Code

f7c143a69331de846addf346ad1116bf4452e7d6
[inkscape.git] / ChangeLog
1 2006-03-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
3         * share/icons/Makefile.am: Update a makefile after the icon file
4           renaming.
6 2005-03-14  MenTaLguY  <mental@rydia.net>
8         * src/layer-fns.h, src/dialogs/layer-properties.cpp,
9           src/dialogs/layer-properties.h, src/layer-fns.cpp:
11           merged patch #1447043 from Andrius "knutux" R. to create sub-layers
13 2006-03-14  MenTaLguY  <mental@rydia.net>
15         * src/Makefile_insert, src/display/nr-arena-item.cpp,
16           src/display/nr-arena-item.cpp, src/gc-finalized.h, src/gc-managed.h,
17           src/gc-soft-ptr.h, src/selection.h, src/selection.cpp:
19           Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
21 2006-03-14  MenTaLguY  <mental@rydia.net>
23         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
24           src/debug/logger.cpp, src/debug/simple-event.h,
25           src/debug/sysv-heap.h, src/jabber_whiteboard/deserializer.cpp,
26           src/jabber_whiteboard/message-utilities.cpp,
27           src/jabber_whiteboard/message-utilities.h,
28           src/jabber_whiteboard/node-tracker-observer.h,
29           src/jabber_whiteboard/serializer.cpp,
30           src/jabber_whiteboard/serializer.h,
31           src/sp-object.cpp, src/util/share.cpp, src/util/share.h,
32           src/xml/attribute-record.h, src/xml/comment-node.h,
33           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
34           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
35           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr-io.cpp,
36           src/xml/simple-node.cpp, src/xml/simple-node.h,
37           src/xml/simple-session.cpp, src/xml/simple-session.h,
38           src/xml/text-node.h:
40           shared_ptr -> ptr_shared
42 2006-03-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
44         * src/svg/svg-color.cpp (sp_svg_write_color): More readable colour
45           names when possible: e.g. `red', `#cfc'.
47 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
49         * src/interface.cpp:
51           Shift-drop now sets stroke on target objects.
52         
53 2006-03-11  MenTaLguY  <mental@rydia.net>
55         * src/sp-object.cpp: experiment to verify that we can safely release
56           before removing object from document tree
58 2006-03-10  Jon A. Cruz  <jon@joncruz.org>
60         * src/dialogs/swatches.cpp:
62           Changed color dragging to have a color preview.
63         
64 2006-03-09  Jon A. Cruz  <jon@joncruz.org>
66         * src/interface.cpp:
68           Initial cut of color drag-n-drop to items on canvas.
69         
70 2006-03-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
72         * src/path-chemistry.cpp (sp_selected_path_reverse):
73           Fix when multiple paths are selected.
74           Also fix a small memory leak.
76 2006-03-06  MenTaLguY  <mental@rydia.net>
78         * src/document-subset.h, src/document-subset.cpp:
79           add DocumentSubset::_clear
81 2006-03-05  MenTaLguY  <mental@rydia.net>
83         * src/document-subset.h, src/document-subset.cpp:
84           remove unneeded document parameter from constructor
86 2006-03-05  MenTaLguY  <mental@rydia.net>
88         * src/document-subset.cpp:
90           Wire up new SPObject signal to DocumentSubset, so order changes
91           will be reflected in the subset.
93 2006-03-05  MenTaLguY  <mental@rydia.net>
95         * src/sp-object.h, src/sp-object.cpp:
97           Add signal for notification of object position changes.
99 2006-03-05  MenTaLguY  <mental@rydia.net>
101         * src/Makefile_insert, src/document-subset.cpp, src/document-subset.h:
103           Add DocumentSubset as groundwork for layers.
105 2006-03-04  Jon A. Cruz  <jon@joncruz.org>
106         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
108           Style minibar now only accepts color drag-n-drop when not N/A.
109           Final tweak for completing RFE #1429027.
110         
111 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
112         * src/ui/widget/selected-style.h, src/ui/widget/selected-style.cpp:
114           Made the style minibar a target for color drag-n-drop.
115         
116 2006-03-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
118         * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
119           src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/shape.h,
120           src/libavoid/graph.h, src/libavoid/router.cpp, src/libavoid/router.h,
121           src/libavoid/connector.cpp, src/libavoid/debug.h:
123           Some speed improvements and interface cleanups to libavoid.
125 2006-02-28  Jon A. Cruz  <jon@joncruz.org>
126         * src/dialogs/swatches.cpp:
128           Fixed drag-n-drop out of color to match GTK+ standard.
129         
130 2006-02-27  Jon A. Cruz  <jon@joncruz.org>
131         * src/dialogs/swatches.cpp, src/ui/previewfillable.h,
132           src/ui/previewholder.h, src/ui/previewholder.cpp:
134           Finished cleanup of embedded swatches when switching palettes.
135         
136 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
137         * src/dialogs/swatches.cpp, src/ui/previewholder.h,
138           src/ui/previewholder.cpp:
140           Changing embedded swatches resizing.
141         
142 2006-02-26  Jon A. Cruz  <jon@joncruz.org>
143         * src/text-context.cpp:
145           Allow Private Use Area characters. Fixes bug #1439016.
146         
147 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
148         * src/dialogs/swatches.cpp, src/dialogs/iconpreview.cpp,
149           src/ui/widget/panel.cpp, src/ui/widget/panel.h:
151           Refactoring panel containment. Purged ugly 'X'.
152         
153 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
154         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
155           src/dialogs/swatches.h, src/ui/widget/panel.cpp,
156           src/ui/widget/panel.h, src/ui/previewholder.cpp,
157           src/ui/previewholder.h:
159           Adding spacer to get swatches scrollbar enough room to move.
160           Tuning up API for better embedding.
162 2006-02-18  Jon A. Cruz  <jon@joncruz.org>
163         * src/widgets/desktop-widget.cpp, src/dialogs/swatches.cpp,
164           src/dialogs/swatches.h, src/ui/previewholder.cpp, 
165           src/ui/previewfillable.h, src/ui/previewholder.h:
167           Removed horizontal scroll bar from swatches when embedded.
169 2006-02-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
171         *  src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, 
172            src/connector-context.cpp, src/conn-avoid-ref.cpp:
174         Keep a seperate connector router for each document.
175            
176         *  src/libavoid/Makefile_insert, src/libavoid/connector.cpp,
177            src/libavoid/connector.h, src/libavoid/debug.h,
178            src/libavoid/geometry.cpp, src/libavoid/geometry.h,
179            src/libavoid/geomtypes.h, src/libavoid/graph.cpp,
180            src/libavoid/graph.h, src/libavoid/incremental.cpp,
181            src/libavoid/incremental.h, src/libavoid/libavoid.h,
182            src/libavoid/makepath.cpp, src/libavoid/makepath.h,
183            src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
184            src/libavoid/router.cpp, src/libavoid/router.h,
185            src/libavoid/shape.cpp, src/libavoid/shape.h,
186            src/libavoid/static.cpp, src/libavoid/static.h,
187            src/libavoid/timer.cpp, src/libavoid/timer.h,
188            src/libavoid/vertices.cpp, src/libavoid/vertices.h,
189            src/libavoid/visibility.cpp, src/libavoid/visibility.h:
190            
191         Upstream changes to libavoid that allow multiple connector 
192         router instances, as well a few other minor bugfixes.
194 2006-02-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
196         * src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp:
197         
198         Revert a previous change that generated enter events for canvas items
199         other than the current one when mouse buttons were depressed.  These 
200         events are now only generated in the connector context, where they are
201         required.
203 2006-02-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
205         * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp,
206           src/conn-avoid-ref.h, src/libavoid/connector.cpp,
207           src/libavoid/connector.h:
208           
209         Change the behaviour and naming of some connector querying code
210         after feedback from Tim Dwyer in implementing graph drawing
211         functionality.
213 2006-02-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
215         * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp:
216           Fix two bugs from my commit yesterday.
218 2006-02-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
220         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
221           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
222           src/libavoid/connector.cpp, src/libavoid/connector.h,
223           src/libavoid/visibility.cpp:
225         Add some code to allow querying of items and connectors to find
226         out what is attached to them.  This will allow graph layout
227         algorithms (currently being worked on by Tim Dwyer) to determine 
228         a graph structure from the diagram.
230 2006-02-07  MenTaLguY  <mental@rydia.net>
232         * src/widgets/icon.cpp: get rid of icon prerender time messages
234 2006-02-07  MenTaLguY  <mental@rydia.net>
236         * src/debug/gc-heap.h, src/debug/logger.cpp, src/debug/sysv-heap.h,
237           src/jabber_whiteboard/deserializer.cpp, src/sp-object.cpp,
238           src/util/share.h, src/xml/simple-node.cpp:
240           share_static -> share_static_string
242 2006-02-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
244         * src/jabber_whiteboard/message-utilities.h,
245           src/jabber_whiteboard/serializer.cpp,
246           src/jabber_whiteboard/deserializer.cpp,
247           src/jabber_whiteboard/message-utilities.cpp,
248           src/ui/dialog/whiteboard-connect.cpp:
249         
250         Some fixes to allow the codebase to compile with Inkboard support
251         after the recent Util::shared_ptr<> and Dialog::present() changes.
253 2006-02-05  Marco Scholten  <mscholtn@xs4all.nl>
255         * src/verbs.cpp: updated to make double clicking a tool button
256           open the new preferences dialog.
257         * src/ui/dialog/inkscape-preferences.cpp: updated to enable opening
258           the dialog on the correct page.
259         * src/ui/dialog/dialog.cpp: added virtual void present() so that
260           InkscapePreferences::present() will be called from 
261           DialogManager::showDialog()
263 2006-02-05  MenTaLguY  <mental@rydia.net>
265         * src/debug/event.h, src/debug/gc-heap.h, src/debug/heap.h,
266           src/debug/logger.cpp, src/debug/simple-event.h, src/debug/sysv-heap.h,
267           src/jabber_whiteboard/deserializer.cpp,
268           src/jabber_whiteboard/message-utilities.cpp,
269           src/jabber_whiteboard/message-utilities.h,
270           src/jabber_whiteboard/node-tracker-observer.h,
271           src/jabber_whiteboard/node-utilities.cpp,
272           src/jabber_whiteboard/serializer.cpp,
273           src/jabber_whiteboard/serializer.h,
274           src/sp-object.cpp, src/util/Makefile_insert, src/util/share.cpp,
275           src/util/shared-c-string-ptr.cpp, src/util/shared-c-string-ptr.h,
276           src/util/share.h, src/xml/attribute-record.h, src/xml/comment-node.h,
277           src/xml/composite-node-observer.cpp, src/xml/composite-node-observer.h,
278           src/xml/event.cpp, src/xml/event.h, src/xml/log-builder.cpp,
279           src/xml/log-builder.h, src/xml/node-observer.h, src/xml/repr.cpp,
280           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h,
281           src/xml/simple-session.cpp, src/xml/simple-session.h,
282           src/xml/text-node.h:
284           replace Util::SharedCStringPtr with the nicer and more general
285           Util::shared_ptr<>
287 2006-02-03  Jon Phillips  <jon@rejon.org>
289         * src/verbs.cpp: Added "..." to "Trace Bitmap" text. Yes, what a
290         simple and dumb thing to add for consistency.
292 2006-01-24  Michael Wybrow  <mjwybrow@users.sourceforge.net>
294         * src/libavoid/connector.cpp, src/libavoid/connector.h, 
295           src/libavoid/shape.cpp, src/libavoid/graph.cpp,
296           src/libavoid/incremental.cpp, src/libavoid/incremental.h,
297           src/libavoid/static.cpp, src/libavoid/visibility.cpp, 
298           src/libavoid/makepath.cpp:
300         Some minor upstream libavoid fixes.  
302 2006-01-23  Carl Hetherington  <inkscape@carlh.net>
304         * src/selection.cpp: fix a typo in one of my previous commits.
305         Closes #1401357.
307         * src/xml/repr-io.cpp: catch failures in fopen of XML files.
308         Closes #1374551.
310 2006-01-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
312         * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,
313           src/conn-avoid-ref.cpp, src/conn-avoid-ref.h, src/sp-namedview.cpp,
314           src/sp-namedview.h, src/attributes.cpp, src/attributes.h,
315           src/attributes-test.cpp:
317         Added a "Spacing" control to the connector toolbar which allows
318         the user to adjust the amount of space left around avoided shapes
319         for the purpose of determining auto-routing connector paths.
321 2006-01-17  Marco Scholten  <mscholtn@xs4all.nl>
323         * /src/ui/dialog/inkscape-preferences.cpp:
324           Added style swatches,
325           Changed Gtk::Requisition Gtk::Widget::size_request() to       
326           void Gtk::Widget::size_request(const Requisition& requisition)        
327         * /src/ui/dialog/preferences-widget.cpp & .h:
328           Added DialogPage::set_tip()
330 2006-01-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
332         * packaging/osx-app.sh, packaging/macosx/Resources/etc/fonts/fonts.conf:
333           Use a modified fonts.conf file for Mac OS X that includes the 
334           standard user font directory ~/Library/Fonts.
336 2006-01-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
338         * src/svg/Makefile_insert: Updated to reflect a previous header
339           file renaming.
341 2006-01-12  Marco Scholten  <mscholtn@xs4all.nl>
343         * /src/ui/dialog/inkscape-preferences.cpp & .h:
344           Converted preferences dialog to gtkmm
345         * src/ui/widget/preferences-widget.cpp & .h:
346           New files.
347         * src/verbs.cpp: updated to start new dialog.
349 2006-01-11  Michael Wybrow  <mjwybrow@users.sourceforge.net>
351         * src/sp-item-group.cpp, src/sp-path.cpp, src/sp-star.cpp,
352           src/extension/internal/svg.cpp, src/ui/widget/ruler.cpp:
353           Fix some compilation problems on Mac OS X after recent
354           includes cleanup.
356 2006-01-05  Jon A. Cruz  <jon@joncruz.org>
358         * src/widgets/desktop-widget.cpp:
359           Corrected resize behavior of canvas/swatches split.
361 2006-01-06  Mathieu Dimanche  <mdimanche@free.fr>
363         * src/util/units.cpp: forcin 'C' locale for reading units.txt file
364            Fixes bug #1391348.
366 2006-01-05  MenTaLguY  <mental@rydia.net>
368         * src/libnr/nr-maybe.h: fix constness/local reference issues
370 2006-01-04  MenTaLguY  <mental@rydia.net>
372         * src/Makefile_insert, src/shortcuts-default-xml.cpp,
373           src/shortcuts.cpp, src/shortcuts.xml:
375           Moved default shortcuts XML file into a string constant (for now);
376           replaced hard-coded structure with code to read XML file.
378 2006-01-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
380         * src/extension/internal/ps.cpp (setup): Clarify the meaning of
381           `Print destination', mentioning the new possibility of leaving
382           as empty.
383         * (PrintPS::begin) If print destination is an empty string, then
384           don't pass `-P %s' to lpr: just let lpr use its default.
385         * (PrintPS::init) Change default print destination from `lp' to empty
386           string.
388 2006-01-04  Jon A. Cruz  <jon@joncruz.org>
390         * src/widgets/desktop-widget.cpp:
391           Adding split pane for swatches.
393 2006-01-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
395         * src/libavoid/visibility.cpp: Add operator!= for the EdgePair class.
396           This is needed to compile on Tru64 UNIX.  Fixes bug #1386755.
398 2005-12-30  Josh Andler  <scislac@users.sf.net>
400         * src/ui/widget/selected-style.cpp, src/ui/widget/selected-style.h
401           Added "invert" function to right-click menu of style selector.
403 2005-12-22  Jon A. Cruz  <jon@joncruz.org>
405         * share/palettes/Tango-Palette.gpl:
406           Updated to newer version from the Tango project.
408 2005-12-21  Jon A. Cruz  <jon@joncruz.org>
410         * src/interface.cpp, src/preferences-skeleton.h,
411           src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
412           Adding panels/swatches to main UI.
414 2005-11-23  Tim Dwyer  <tdwyer@mail.csse.monash.edu.au>
416         * src/removeoverlap/*.{cpp,h}: Bug fix in removeoverlap algorithm that
417           should finally get timestamps working properly.  Specifically, heap
418           timestamps are now refreshed before a merge.
420 2005-12-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
422         * src/sp-conn-end.cpp, src/connector-context.cpp: Have connectors
423           draw to the correct position on shape bounding boxes.  Previously
424           the point where connectors were drawn was on straight line between
425           the two endpoints.  These points now lie on the line between the 
426           second last point on the polyline and the center of the shape.
427           
428         * src/display/curve.cpp, src/display/curve.hpp: Added a couple of 
429           functions that return the second and second-last points in a curve.
431         * src/removeoverlap/generate-constraints.cpp: Moved the 
432           #include "isnan.h" to be the final include.  This fixes a
433           compilation error on OS X.
435 2005-12-16  Carl Hetherington  <inkscape@carlh.net>
437         * src/conn-avoid-ref.cpp, sp-conn-end-pair.cpp, sp-conn-end.cpp,
438         sp-item.cpp, sp-shape.cpp, dialogs/clonetiler.cpp,
439         dialogs/stroke-style.cpp, dialogs/tiledialog.cpp,
440         dialogs/unclump.cpp, display/nr-arena-shape.cpp,
441         display/nr-arena-shape.h, widgets/icon.cpp: more NRRect removal.
443         * src/desktop.cpp, src/desktop.h, src/dyna-draw-context.cpp,
444         src/selection-chemistry.cpp, src/sp-namedview.cpp, src/verbs.cpp,
445         src/display/sp-canvas.cpp, src/display/sp-canvas.h,
446         src/ui/view/edit-widget.cpp, src/ui/widget/zoom-status.cpp,
447         src/widgets/desktop-widget.cpp: more NRRect removals and cleanups.
449         * src/grid-snapper.cpp: snap only to visible grid lines (patch
450         from mtou).
452 2005-12-15  Carl Hetherington  <inkscape@carlh.net>
454         * src/conn-avoid-ref.cpp, src/gradient-chemistry.cpp,
455         src/sp-conn-end.cpp, src/sp-item.{cpp,h}: NR::Rect version of
456         sp_item_invoke_bbox (SPItem::invokeBbox).  Use it in some places.
458 2005-12-14  Carl Hetherington  <inkscape@carlh.net>
460         * src/dyna-draw-context.cpp, src/gradient-context.cpp,
461         src/selection.h, src/sp-flowtext.cpp, src/sp-item.cpp,
462         src/sp-item.h, src/sp-shape.cpp, src/sp-text.cpp,
463         src/dialogs/layer-properties.cpp,
464         src/extension/internal/bluredge.cpp,
465         src/extension/internal/grid.cpp, src/ui/dialog/transformation.cpp,
466         src/widgets/desktop-widget.cpp: remove NRMatrix version of
467         sp_item_i2d_affine().  Some include file adjustments.
469         * src/arc-context.cpp: some very minor cleanups.
471         * src/svg/svg-length.{cpp,h}, src/helper/units.cpp: use INCH
472         rather than IN to avoid breaking the compile on some systems.
474 2005-12-13  Carl Hetherington  <inkscape@carlh.net>
476         * src/arc-context.cpp, src/connector-context.cpp,
477         src/context-fns.cpp, src/desktop-affine.cpp, src/desktop-affine.h,
478         src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
479         src/draw-anchor.cpp src/dropper-context.cpp,
480         src/dyna-draw-context.cpp, src/event-context.cpp
481         src/gradient-context.cpp, src/knot.cpp, src/node-context.cpp,
482         src/object-snapper.cpp src/pen-context.cpp,
483         src/pencil-context.cpp, src/rect-context.cpp
484         src/select-context.cpp, src/selection-chemistry.cpp,
485         src/sp-item.cpp, src/sp-item.h src/spiral-context.cpp,
486         src/star-context.cpp, src/text-context.cpp src/zoom-context.cpp,
487         src/ui/widget/ruler.cpp: make desktop's transforms private
488         members.
490         * src/document.cpp, src/object-edit.cpp, src/sp-ellipse.cpp,
491         src/sp-ellipse.h, src/sp-gradient.cpp, src/sp-image.cpp,
492         src/sp-image.h, src/sp-line.cpp, src/sp-line.h,
493         src/sp-linear-gradient.h, src/sp-marker.cpp, src/sp-marker.h,
494         src/sp-pattern.cpp, src/sp-pattern.h, src/sp-radial-gradient.h,
495         src/sp-rect.cpp, src/sp-rect.h, src/sp-root.cpp, src/sp-root.h,
496         src/sp-star.cpp, src/sp-symbol.h, src/sp-text.cpp,
497         src/sp-textpath.h, src/sp-tspan.cpp, src/sp-use.cpp, src/sp-use.h,
498         src/text-tag-attributes.h, src/helper/units.cpp,
499         src/helper/units.h, src/libnrtype/Layout-TNG-Compute.cpp,
500         src/libnrtype/Layout-TNG-Input.cpp,
501         src/libnrtype/Layout-TNG-OutIter.cpp,
502         src/libnrtype/Layout-TNG-Output.cpp, src/libnrtype/Layout-TNG.h,
503         src/libnrtype/TextWrapper.cpp, src/svg/svg-length.cpp,
504         src/svg/svg.h: partial C++-ificiation of SPSVGLength.  Rename it
505         to SVGLength.
507 2005-12-13  Mathieu Dimanche <mdimanche@free.fr>
509         * src/snapped-point.{cpp,h} : new files.
511         * src/Makefile_insert : Added the new files
513         * src/arc-context.cpp, src/connector-context.cpp,
514         src/context-fns.cpp, src/draw-context.cpp, src/nodepath.cpp,
515         src/object-edit.cpp, src/pencil-context.cpp,
516         src/selection-chemistry.cpp, src/seltrans.cpp, src/snap.cpp,
517         src/spiral-context.cpp, src/star-context.cpp,
518         src/line-snapper.cpp, src/line-snapper.h, src/object-snapper.cpp,
519         src/object-snapper.h src/snapper.cpp, src/snapper.h,
520         src/event-context.cpp, src/rect-context.cpp,
521         src/select-context.cpp : Use SnappedPoint class
523         * src/color-rgba.h : Added rgba32 unsigned int handling and
524         "inverse" members (NEED TO BE TESTED)
526 2005-12-12  MenTaLguY  <mental@rydia.net>
528         * src/widgets/desktop-widget.cpp: moved some widgets into statusbar
529           widget for more aesthetic appearance
531 2005-12-12  Carl Hetherington <inkscape@carlh.net>
533         * src/arc-context.cpp: minor cleanups.  Use SnapManager more.  Use
534         Inkscape::setup_for_drag_start.
536         * src/connector-context.cpp, src/draw-context.cpp,
537         src/object-edit.cpp, src/pencil-context.cpp, src/rect-context.cpp,
538         src/spiral-context.cpp, src/star-context.cpp: use SnapManager.
540         * src/rect-context.cpp, src/spiral-context.cpp,
541         src/star-context.cpp: use Inkscape::setup_for_drag_start().
543         * src/snapper.{cpp,h}: simplify snap point types code.
545         * src/context-fns.{cpp,h}: add setup_for_drag_start().
547         * src/dyna-draw-context.cpp: remove unused and erroneous snapping code.
549         * src/pen-context.cpp: remove unused variable.
551         * src/draw-context.cpp: use SnapManager.
553         * src/nodepath.cpp: const fixes.  Use SnapManager.
555         * src/selection-chemistry.cpp, src/seltrans.cpp: some cleanups.
556         Use new snap API.
558         * src/snap.{cpp,h}: remove some dead code.
560         * src/sp-item.{cpp,h}, src/node-context.cpp, src/draw-context.cpp:
561         remove an unnecessary parameter from sp_item_dt2i_affine().
563 2005-12-09  Carl Hetherington <inkscape@carlh.net>
565         * src/object-snapper.cpp: make node snapping work again.
567         * src/star-context.cpp: use SnapManager.  Some other minor cleanups.
569         * src/arc-context.cpp, src/connector-context.cpp,
570         src/dyna-draw-context.cpp, src/pen-context.cpp,
571         src/pencil-context.cpp, src/rect-context.cpp,
572         src/selection-chemistry.cpp, src/spiral-context.cpp,
573         src/star-context.cpp, src/text-context.cpp: use
574         Inkscape::have_viable_layer.
576         * src/context-fns.{cpp,h}: new files.
578         * src/arc-context.cpp, src/context-fns.{cpp,h},
579         src/rect-context.cpp: abstract common code into context-fns and
580         clean it up a bit.
582 2005-12-08  Carl Hetherington <inkscape@carlh.net>
584         * src/grid-snapper.cpp, src/guide-snapper.cpp, src/line-snapper.h:
585         coding style.  Change how lines are defined.
587         * src/grid-snapper.h, src/guide-snapper.h: coding style.
589         * src/line-snapper.cpp, src/object-snapper.{cpp,h}: Coding style.
590         Various cleanups.  Small API changes.
592         * src/snap.cpp: changes to Snapper API.  Added work-in-progress SnapManager.
594         * src/snapper.{cpp,h}: API cleanups.
596         * src/sp-namedview.{cpp,h}: added getSnappers().
598         * src/seltrans.cpp: Cleanup and fix moveTo().  Go back to snapping
599         to snap points rather than the convex hull, at least for a bit.
601 2005-12-07  Carl Hetherington <inkscape@carlh.net>
603         * src/libnr/nr-convex-hull.h: remove unnecessary includes.
605         * src/line-snapper.{cpp,h}, src/object-snapper.{cpp,h},
606         src/attributes.{cpp,h}, src/desktop.cpp, src/dyna-draw-context.cpp
607         src/arc-context.cpp, src/grid-snapper.h, src/nodepath.cpp,
608         src/rect-context.cpp, src/selection-chemistry.cpp,
609         src/seltrans.cpp, src/snap.{cpp,h}, src/snapper.{cpp,h},
610         src/sp-namedview.{cpp,h}, src/spiral-context.cpp,
611         src/star-context.cpp, src/dialogs/desktop-properties.{cpp,h},
612         src/Makefile_insert: first cut of object snapping.
614         * src/grid-snapper.cpp, src/guide-snapper.{cpp,h}: use Inkscape namespace.
616 2005-12-06  Carl Hetherington <inkscape@carlh.net>
618         * src/libnr/nr-maybe.h: add missing public: to class IsNot.
620         * src/splivarot.{cpp,h}: declare some more functions.  Fix
621         get_nearest_position_on_Path to not crash if you call it with an
622         Item that isn't Shape or Text.
624         * src/node-context.cpp: adapt for changes in splivarot.{cpp,h}.
626         * src/nodepath.cpp: remove declaration of a function now declared
627         in splivarot.h.
629 2005-12-05  Carl Hetherington <inkscape@carlh.net>
631         * src/desktop.cpp, src/tools-switch.cpp,
632         src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp:
633         re-jig #includes slightly.
635         * src/seltrans.{cpp,h}, src/selcue.{cpp,h}: C++-ification and cleanup.
637         * src/select-context.{cpp,h}, src/seltrans-handles.h: adapt for
638         changes to SelTrans.
640         * src/event-context.{cpp,h}: adapt for changes to SelCue.
642         * src/rect-context.cpp, src/gradient-context.cpp: remove unnecessary include.
644         * src/connector-context.h, src/draw-context.h: add a forward
645         declaration.
647         * src/dropper-context.{cpp,h}: remove an unused variable and its
648         associated includes.
650         * src/main.cpp: fix comment for renamed SPSelCue.
652         * src/dialogs/display-settings.cpp: adapt for slightly re-jigged SelCue.
654 2005-12-04  Ted Gould  <ted@gould.cx>
656         * po/POTFILES.in:
658         Adding the .inx files as [type: gettext/xml] so that they will get
659         translated.  Good stuff.
661         * share/extensions/addnodes.inx, share/extensions/ai_input.inx,
662         share/extensions/ai_output.inx, share/extensions/bluredge.inx,
663         share/extensions/dia.inx, share/extensions/dots.inx,
664         share/extensions/dropshadow.inx, share/extensions/dxf_input.inx,
665         share/extensions/dxf_output.inx, share/extensions/embedimage.inx,
666         share/extensions/eps_input.inx, share/extensions/epsi_output.inx,
667         share/extensions/ffmet.inx, share/extensions/ffms.inx,
668         share/extensions/ffset.inx, share/extensions/ffss.inx,
669         share/extensions/gimpgrad.inx, share/extensions/grid.inx,
670         share/extensions/handles.inx, share/extensions/interp.inx,
671         share/extensions/kochify.inx, share/extensions/kochify_load.inx,
672         share/extensions/lindenmayer.inx, share/extensions/motion.inx,
673         share/extensions/pdf_output.inx, share/extensions/ps_input.inx,
674         share/extensions/radiusrand.inx, share/extensions/randompnt.inx,
675         share/extensions/randompos.inx, share/extensions/rtree.inx,
676         share/extensions/sk_input.inx, share/extensions/straightseg.inx,
677         share/extensions/summersnight.inx, share/extensions/svgz_input.inx,
678         share/extensions/svgz_output.inx, share/extensions/txt2svg.inx,
679         share/extensions/wavy.inx, share/extensions/whirl.inx,
680         share/extensions/wmf_input.inx:
682         Marking the user visible strings as translatable.
684         * src/extension/dependency.cpp, src/extension/extension.cpp,
685         src/extension/init.cpp, src/extension/input.cpp, src/extension/output.cpp,
686         src/extension/parameter.cpp:
688         Changed to handle translated .inx files.  They will find the data, and
689         mark the right strings as translated.
691         * src/extension/effect.cpp, src/extension/effect.h, src/interface.cpp:
693         Changed menu handling to be push instead of pull
695 2005-12-02  Carl Hetherington <inkscape@carlh.net>
697         * src/dropper-context.cpp: coding style.
698         * src/sp-namedview.cpp, src/sp-namedview.h, src/desktop.cpp: some
699         C++-ification of SPNamedView.
701 2005-12-01  MenTaLguY  <mental@rydia.net>
703         * src/widgets/desktop-widget.cpp: shuffle status bar around again;
704           add a grippie so we don't have to care about the corner of the window
705           getting covered up
707 2005-12-01  MenTaLguY  <mental@rydia.net>
709         * src/widgets/icon.cpp: refactored a bit around the icon prerendering
710           code and added a timer; also kick off the task immediately rather
711           than waiting for the first expose event
713 2005-12-01  MenTaLguY  <mental@rydia.net>
715         * src/widgets/desktop-widget.cpp:
717           moved zoom selector away from the right edge so it won't get covered
718           by window manager decorations
720 2005-12-01  MenTaLguY  <mental@rydia.net>
722         * src/help.cpp, src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp:
724           Moved creation of the splash widget into the about dialog code,
725           and tweaked the appearance of the dialog in a lot of subtle ways
726           -- we now use an AspectFrame to constrain the aspect ratio of the
727           splash view, and also finally get the correct initial size for the
728           dialog while still allowing it to be arbitrarily resized.
730 2005-12-01  Carl Hetherington <inkscape@carlh.net>
732         * src/sp-namedview.cpp: coding style.
734 2005-12-01  Jon A. Cruz  <jon@joncruz.org>
736         * src/widgets/icon.cpp: added idle calback pre-render.
738 2005-11-30  MenTaLguY  <mental@rydia.net>
740         * src/ui/dialog/aboutbox.cpp: make 'close' button default widget,
741           and rename "About" tab to "_Splash"
743 2005-11-30  Carl Hetherington <inkscape@carlh.net>
745         * src/svg/svg-path.cpp: add missing #include of assert.h for
746         assert()
747         * src/dialogs/xml-tree.cpp: fix uninitialised variable
748         warnings, move some declarations to first use, coding style fixes.
749         * src/snap.cpp, src/snap.h, src/sp-namedview.cpp: split
750         snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
751         guide-snapper.{cpp,h}.  Refactor and simplify.  Add another
752         namedview_free_snap().
753         * src/geom.cpp, src/geom.h: cosmetic renaming.
754         * src/pen-context.cpp: a few minor cleanups to
755         pen_handle_button_press().  Other snapping cleanups.
756         * src/draw-context.cpp, src/draw-context.h: split
757         spdc_endpoint_snap_internal() into two functions.
758         * src/pencil-context.cpp: snapping cleanups.
759         * src/ui/widget/unit-menu.cpp: remove definition of a variable
760         that's just been made static.
761         
762 2005-11-26  MenTaLguY <mental@rydia.net>
764         * src/ui/dialog/aboutbox.cpp, src/ui/dialog/aboutbox.h:
765           clean up and simplify About dialog; fix memory management (mostly)
767 2005-11-25  Robert Crosbie <swingincelt@gmail.com>
769         * replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
770         * replaced sp_repr_unref with direct call to Inkscape::GC::release
771         * replaced sp_repr_set_attr with direct call to repr->setAttribute
773 2005-11-24  MenTaLguY  <mental@rydia.net>
775         * src/shortcuts.cpp, src/interface.cpp: prune back shortcuts API in
776           preparation for configurable key bindings work
778 2005-11-24  MenTaLguY  <mental@rydia.net>
780         * src/sp-item.cpp: remedy erroneous initialization of doubles with NULL
782 2005-11-24  MenTaLguY  <mental@rydia.net>
784         * src/seltrans.cpp: prune dead wood (sp_sel_trans_handle_click)
786 2005-11-24  MenTaLguY  <mental@rydia.net>
788         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
789           src/display/canvas-grid.cpp, src/display/guideline.cpp,
790           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
791           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
792           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
793           
794           cosmetic renaming
796 2005-11-23  Robert Crosbie <swingincelt@gmail.com>
798         * replaced sp_repr_change_order with direct cal to repr->changeOrder
799         * replaced sp_repr_add_child with direct call to repr->addChild
800         * replaced sp_repr_remove_child with direct call to repr->removeChild
802 2005-11-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
804         * src/ui/dialog/align-and-distribute.h, src/ui/dialog/align-and-distribute.cpp:
805           Add new action ActionRemoveOverlaps, and add new button & two spin buttons
806           to the Align & Distribute dialog box, to remove overlaps between objects.
807         * configure.ac: New directory src/removeoverlap.
808         * src/Makefile.am: Build new library removeoverlap/libremoveoverlap.a.
809         * src/Makefile_insert: Link against new library removeoverlap/libremoveoverlap.a.
811 2005-11-23  Michael Wybrow  <mjwybrow@users.sourceforge.net>
813         * packaging/osx-app.sh, packaging/macosx/Resources/bin/inkscape:
814           Include some missing modules required by gnome-vfs and set shell
815           variables to point to these modules within the OS X app bundle.
816           Fixes bug #1363390.
818 2005-11-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
820         * packaging/osx-app.sh: Fix a typo resulting from last change.
822 2005-11-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
824         * packaging/osx-app.sh: Add libXinerama.1.dylib to the app bundle 
825           since users of OS X 10.3.x will not have this file.
827 2005-11-12  Jon Phillips <jon@rejon.org>
829         * po/it.po po/sr.po po/sr@Latn.po: Fixed these po files so that 
830         Inkscape builds okay.
833 2005-11-12  Ralf Stephan <ralf@ark.in-berlin.de>
835         * src/ui/view/edit-widget.h, src/ui/view/edit-widget.cpp:
836           new-gui: made complete statusbar widget, equals old-gui now
837         * src/widgets/layer-selector.h, src/ui/widget/selected-style.h:
838           classes have now a constructor with default parameter
839         * src/ui/widget/zoom-status.cpp: smaller font
841 2005-11-12  MenTaLguY  <mental@rydia.net>
843         * src/display/canvas-arena.cpp, src/display/canvas-bpath.cpp,
844           src/display/canvas-grid.cpp, src/display/guideline.cpp,
845           src/display/sodipodi-ctrl.cpp, src/display/sodipodi-ctrlrect.cpp,
846           src/display/sp-canvas-util.cpp, src/display/sp-canvas-util.h,
847           src/display/sp-canvas.cpp, src/display/sp-canvas.h,
848           src/display/sp-ctrlline.cpp, src/display/sp-ctrlquadr.cpp:
850           Refactor canvas buffer code a little.   Hint: if you have two flags
851           and an invariant that one will be false if the other is true and
852           vice-versa, you can represent them with a single flag.  Fixed
853           cut-and-paste madness between sp_canvas_buf_ensure_buf and
854           sp_canvas_clear_buf also.  Finally, renamed sp_canvas_buf_ensure_buf
855           to sp_canvas_prepare_buf.
857 2005-11-09  Michael Wybrow  <mjwybrow@users.sourceforge.net>
859         * src/sp-item.cpp: Call updateRepr before emitting the transformed
860           signal in sp_item_write_transform.  This fixes bug #1303423.
862         * packaging/osx-app.sh: Fixes to allow building app bundles on both
863           OS X 10.4 and earlier versions of the OS without altering the script.
864           Also, add a note that Inkscape needs to be configured with
865           --enable-osxapp when building the OS X package.
867         * po/nl.po: Fix an "Unmatched closing </b>" warning.
869 2005-11-08  Ralf Stephan <ralf@ark.in-berlin.de>
871         merged with branch CXXIFICATION_VIEW_AND_WIDGET
872         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/event-context.cpp,
873           src/file.cpp, gradient-context.cpp, src/inkscape.cpp, src/interface.cpp,
874           src/rect-context.cpp, src/select-context.cpp, src/seltrans.cpp,
875           src/sp-namedview.cpp, src/spiral-context.cpp, src/star-context.cpp,
876           src/verbs.cpp, dialogs/dialog-events.cpp, src/dialogs/layer-properties.cpp,
877           src/ui/dialog/dialog.cpp, src/widgets/desktop-widget.cpp,
878           src/widgets/desktop-widget.h:
879           move gtk code into desktop-widget.cpp, called via desktop
880         * src/ui/view/Makefile_insert: added files edit-widget-interface.h,
881           edit-widget.cpp, edit-widget.h
882           the EditWidget is the Gtkmm version of the SPDesktopWidget
883         * src/ui/widget/Makefile_insert: added files ruler.cpp, ruler.h,
884           svg-canvas.cpp, svg-canvas.h, zoom-status.cpp, zoom-status.h
885           these are widgets part of the EditWidget
886         * src/file.cpp, src/inkscape.cpp, src/ui/dialog/dialog.cpp, 
887           src/ui/dialog/dialog.h, src/application/application.h, 
888           src/application/application.cpp:
889           divide code /wrt Application::getNewGui(): if true, it's called by the 
890           Gtkmm application and the inkscape object is meaningless
891         * src/application/app-prototype.h:
892           replace UI specific return value of getWindow() with void*
893         * src/application/editor.cpp, src/application/editor.h:
894           made Editor a singleton, collect global UI code here that (for Gtk+)
895           lives in inkscape.cpp and elsewhere
896         * src/desktop-events.cpp, src/desktop.cpp, src/event-context.cpp,
897           src/nodepath.cpp, src/seltrans.cpp:
898           simplify calls to desktop->set_coordinate_status
899         * src/desktop-handles.cpp, src/desktop-handles.h, 
900           src/extension/internal/ps.cpp, src/widgets/gradient-toolbar.cpp, 
901           src/widgets/toolbox.cpp:
902           widget is no longer available through desktop
903         * src/Makefile_insert: added files preferences.h preferences.cpp
904           src/inkscape.h, src/inkscape.cpp, src/application/editor.cpp:
905           move preferences handling into preferences.cpp/h
906         * src/desktop.cpp, src/desktop.h:
907           use EditWidgetInterface, more cosmetics
908         * src/desktop.cpp, src/inkview.cpp, src/slideshow.cpp, src/svg-view-widget.cpp,
909           src/svg-view.cpp, src/svg-view.h, src/ui/view/view.cpp, src/ui/view/view.h:
910           streamline setDoc()/setDocument() logic
911         * src/inkview.cpp: include empty func bodies to make linker happy
913 2005-11-08 ------------0.43
915 2005-11-06  Ted Gould  <ted@gould.cx>
917         * 0.43pre2
919 2005-11-01  Jon A. Cruz  <jon@joncruz.org>
921         * src/io/base64stream.h, src/io/base64stream.cpp:
922           Applied modified patch 1341198.
924 2005-10-31  Jon A. Cruz  <jon@joncruz.org>
926         * src/verbs.cpp:
927           Applied patch from RFE 1247694.
929 2005-10-26  Jon A. Cruz  <jon@joncruz.org>
931         * share/screens/about.svg:
932           Trimmed bad lines. Fixed bug 1310742.
934 2005-10-24  Ted Gould  <ted@gould.cx>
936         * 0.43pre1
938 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
940         * Makefile.mingw, src/io/sys.cpp:
941           Patch 1334818.
943 2005-10-22  Jon A. Cruz  <jon@joncruz.org>
945         * src/main.cpp, src/io/sys.cpp:
946           Updating Win32 parameter filename handling.
948 2005-10-22  Michael Wybrow  <mjwybrow@users.sourceforge.net>
950         * src/connector-context.cpp: Correct two typos.  Fixes bug #1333915.
952 2005-10-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
954         * src/connector-context.cpp: Fix a bug where undoing creation of 
955           new connectors revealed intermediate steps.
957         * src/libavoid/connector.cpp, src/libavoid/connector.h,
958           src/libavoid/makepath.cpp, src/libavoid/static.cpp:
959           Applied a couple of libavoid fixes.  One of which addresses
960           a possible crash bug.
962 2005-10-19  Ted Gould  <ted@gould.cx>
964         * 0.43pre0
966 2005-10-19  Jon A. Cruz  <jon@joncruz.org>
968         * inkscape32-16.ico: patch 1323419
970 2005-10-17  Michael Wybrow  <mjwybrow@users.sourceforge.net>
972         * src/conn-avoid-ref.cpp: Don't pass avoided objects to libavoid
973           if they have the 'cloned' flag set.  Fixes bug #1328401.
975 2005-10-17  Jon A. Cruz  <jon@joncruz.org>
977         * src/main.cpp, src/io/sys.h, src/io/sys.cpp:
978           Switched command-line name conversion from filename to locale.
979           Fixes bug #1250124.
981 2005-10-16  Michael Wybrow  <mjwybrow@users.sourceforge.net>
983         * src/sp-conn-end.cpp: Don't update the repr for the curve while 
984           manually rerouting connector endpoints.  This speeds up undo/redo
985           and allows responsive rerouting with the xml editor window open.
986           Fixes bug #1315489.
988         * po/ca.po: Fix unclosed <b> found in translations.
989         
990 2005-10-15  Michael Wybrow  <mjwybrow@users.sourceforge.net>
992         * src/isnan.h: Update to allow compilation on OSX 10.4.
994         * src/connector-context.cpp, src/connector-context.h,
995           src/tools-switch.cpp: Allow double-clicking on connectors
996           in the selector tool to swap to the connector tool.
998 2005-10-14  Jon A. Cruz  <jon@joncruz.org>
1000         * share/palettes/Makefile.am, share/palettes/Tango-Palette.gpl:
1001           Adding the Tango palette.
1003 2005-10-13  MenTaLguY  <mental@rydia.net>
1005         * share/screens/about.svg: New copy for about dialog; did some
1006           vector clean-up and re-enabled the coffee stains.
1008 2005-10-10  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1010         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h:
1011           Reroute connector lines if the object itself is moved or
1012           transformed.  Previously a routed line would not unroute if it
1013           was moved away from the blocking objects.  Fixes bug #1303493.
1015 2005-10-07  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1017         * packaging/macosx/Resources/script, src/path-prefix.h:
1018           Don't assume the OSX app bundle will be named "Inkscape.app".
1019           This caused things like tool icons to disappear if the app
1020           bundle was renamed, e.g., to "Inscape-0.42.2.app".
1021           Fixes bug #1289648.
1023 2005-10-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1025         * src/sp-conn-end-pair.cpp: Fix a bug where connectors could
1026           sometimes be given strange routes if there was a transform on
1027           either of the objects that the connector was attached to.
1029         * src/conn-avoid-ref.cpp, src/sp-conn-end.cpp: Add a call to
1030           sp_document_ensure_up_to_date before checking bounding boxes
1031           in response to a transform signal.  This is because some
1032           objects (e.g., text) will not give the correct bbox until its
1033           update function has been called and its internal representation
1034           has been updated.  This fixes bug #1303523.
1036         * src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1037           Restore the Connector tool preferences tab.  Use same ordering
1038           for tools as on the toolbar.  Add the standard selection cue
1039           option to the connector tool preferences.  Fixes bug #1303360.
1041 2005-10-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1043         * packaging/osx-app.sh: Include locale files in the OSX package and
1044           a couple of minor updates for building packages on OSX 10.4.x.
1046         * packaging/macosx/Resources/bin/inkscape: Fix a problem in setting
1047           LANG to the current OSX language before launching Inkscape.
1048           With this fix, the Inkscape app bundle will obey the user's
1049           language setting in the system preferences on OSX.
1051 2005-09-30  Ralf Stephan <ralf@ark.in-berlin.de>
1053         * src/desktop.*, src/widget/desktop-widget.cpp:
1054         make empty destructor, fixes #1291009
1056 2005-09-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1058         * Info.plist.in: Associate .svgz files with Inkscape on OSX.
1059           Fixes bug #1307083.
1061 2005-09-27  MenTaLguY  <mental@rydia.net>
1063         * src/gc-anchored.h: emphasize initial refcount
1065         * src/desktop.h, src/svg-view-widget.cpp, src/ui/view/view-widget.cpp,
1066           src/ui/view/view.cpp, src/ui/view/view.h,
1067           src/widgets/desktop-widget.cpp:
1069           Move _whole_ UI::View::View hierarchy over to the garbage collector
1070           and fix anchor imbalances; you can't do this piecemeal.
1072 2005-09-23  Ben Fowler  <bpfowler@users.sourceforge.net>
1074         * autogen.sh: Cleanup error message.
1076 2005-09-20  Carl Hetherington <inkscape@carlh.net>
1078         * src/file.cpp, src/file.h, src/help.cpp: don't replace empty
1079         desktops with help files / tutorials.  Fixes 1249067.
1081 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1083         * src/jabber_whiteboard/typedefs.h:
1084           gcc4 needs more const correctness, fixes #1294298
1086 2005-09-17  Ralf Stephan <ralf@ark.in-berlin.de>
1088         * src/desktop.h, src/desktop.cpp, src/interface.cpp, 
1089           src/dialogs/layer-properties.cpp, src/ui/view/view.cpp,
1090           src/widgets/desktop-widget.cpp:
1091           correcting old and new oversights, fixes #1290982
1092           
1093 2005-09-15  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
1095         * src/xml/repr-util.cpp (sp_repr_set_double): Split into two
1096           functions (sp_repr_set_svg_double, sp_repr_set_css_double)
1097           according to whether or not an exponent is allowed.  Update callers.
1098           (sp_repr_set_double_default): Remove this unused function.
1100 2005-09-15  Carl Hetherington <inkscape@carlh.net>
1102         * src/object-edit.cpp: fix idiotic bug introduced in previous commit.
1104 2005-09-14  Carl Hetherington <inkscape@carlh.net>
1106         * src/knot.cpp, src/knotholder.cpp: coding style.
1108 2005-09-13  Ralf Stephan <ralf@ark.in-berlin.de>
1110         * src/desktop.h, src/desktop.cpp, src/svg-view.h, src/svg-view.cpp,
1111           src/ui/view/view.h, src/ui/view/view.cpp, src/ui/view/edit.h:
1112             View::setDocument() did not call same function in subclass
1113         * src/widgets/select-toolbar.cpp:   removed usage of SP_DT_WIDGET
1114         * src/desktop.cpp:   removed last sp_desktop_* function names
1116 2005-09-13  Carl Hetherington <inkscape@carlh.net>
1118         * src/object-edit.cpp: Add some comments.  Minor refactoring.
1119         Snap points when editing rectangles; partial fix for bug 1282399.
1121         * packaging/win32/inkscape.nsi: Correct spelling of associations
1122         and associated; fix for bug 1283916.
1124 2005-09-12  Jon A. Cruz  <jon@joncruz.org>
1126         * src/dialogs/iconpreview.cpp, src/dialogs/iconpreview.h,
1127           src/widgets/icon.cpp:
1128           Icon preview now toggles between selection or whole document.
1129           Fixes REF #1281883.
1131 2005-09-12  Ralf Stephan <ralf@ark.in-berlin.de>
1133         * src/widgets/ruler.cpp:   fixed precision problem (bug #1242995)
1135 2005-09-12  Peter Moulder  <pmoulder@bowman.csse.monash.edu.au>
1137         * src/libnrtype/Layout-TNG-Compute.cpp (Calculator::_measureUnbrokenSpan):
1138           Fix line breaking for [supposedly] non-breaking whitespace characters.
1140 2005-09-11  Ralf Stephan <ralf@ark.in-berlin.de>
1142         * po/nl.po:   replaced all instances of "verkleint" with "verkleind"
1143           (bug #1277695)
1145 2005-09-10  Jon A. Cruz  <jon@joncruz.org>
1147         * src/preferences-skeleton.h, src/dialogs/iconpreview.cpp:
1148           Made icon preview sizes configurable. Fixes REF #1281885.
1150 2005-09-08  Carl Hetherington <inkscape@carlh.net>
1152         * src/object-edit.cpp: Coding style in SPRect portion.  Add
1153         Emacs/vim mode blocks.
1155 2005-09-08  Ralf Stephan <ralf@ark.in-berlin.de>
1157         * src/desktop.cpp, src/ui/view/view.cpp:
1158           removed placement new signal construction
1159         * src/desktop.cpp:   selection is no longer anchored
1160         * src/desktop.cpp, src/desktop.h:   further cleanup
1161         * src/main.cpp:   minor changes in doxygen main page
1163 2005-09-08  MenTaLguY  <mental@rydia.net>
1165         * src/xml/document.h, src/xml/session.h, src/xml/simple-session.cpp,
1166           src/xml/simple-session.h:
1168           Add Session and Document createElementNode, createCommentNode,
1169           and createTextNode methods
1171 2005-09-06  Ralf Stephan <ralf@ark.in-berlin.de>
1173         * src/desktop-handles.h, src/desktop-handles.cpp:
1174             added macros SP_DT_MSGSTACK/NAMEDVIEW/WIDGET, moved last
1175                 macros from desktop.h
1176         * src/desktop.h src/desktop.cpp, src/sp-namedview.h, 
1177           src/sp-namedview.cpp:
1178             moved default_metric and default_unit into namedview
1179         * src/desktop.h src/desktop.cpp, src/widgets/desktop-widget.h,
1180           src/widgets/desktop-widget.cpp:
1181             moved window member into desktop widget
1182         * src/dialogs/clonetiler.cpp, src/dialogs/color-picker.cpp,
1183           src/dialogs/desktop-properties.cpp, src/dialogs/dialog-events.cpp ,
1184           src/dialogs/display-settings.cpp, src/dialogs/export.cpp,
1185           src/dialogs/stroke-style.cpp, src/dialogs/swatches.cpp,
1186           src/dialogs/transformation.cpp, src/dropper-context.cpp,
1187           src/extension/internal/ps.cpp, src/gradient-context.cpp,
1188           src/jabber_whiteboard/callbacks.cpp,
1189           src/jabber_whiteboard/chat-handler.cpp,
1190           src/jabber_whiteboard/message-processors.cpp,
1191           src/jabber_whiteboard/message-queue.cpp,
1192           src/jabber_whiteboard/session-manager.cpp,
1193           src/path-chemistry.cpp, src/satisfied-guide-cns.cpp,
1194           src/sp-text.cpp, src/text-chemistry.cpp,
1195           src/trace/potrace/inkscape-potrace.cpp,
1196           src/trace/trace.cpp, src/ui/dialog/align-and-distribute.cpp:
1197             removed dependency on desktop.h
1198         * src/arc-context.cpp, src/desktop-events.cpp, src/inkscape.cpp,
1199           src/interface.cpp, src/nodepath.cpp, src/rect-context.cpp,
1200           src/select-context.cpp, src/seltrans.cpp, src/spiral-context.cpp,
1201           src/star-context.cpp, src/text-context.cpp, src/ui/dialog/dialog.cpp,
1202           src/widgets/select-toolbar.cpp, src/widgets/toolbox.cpp:
1203             minor adaptation due to the above changes
1204         * src/ui/dialog/session-player.cpp:   didn't #include config.h
1205         
1206 2005-09-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1208         * doc/keys.html, doc/keys.xml, share/screens/keys.svg,
1209           src/shortcuts.cpp:
1210           Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
1212 2005-09-05  Ralf Stephan <ralf@ark.in-berlin.de>
1214         * src/document.cpp, src/draw-anchor.cpp, src/knotholder.cpp,
1215           src/main.cpp, src/object-ui.cpp, src/selcue.cpp,
1216           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
1217           src/sp-star.cpp, src/sp-symbol.cpp, src/sp-tspan.cpp,
1218           src/dialogs/docker.cpp, src/dialogs/extensions.cpp,
1219           src/dialogs/text-edit.cpp, src/dialogs/tiledialog.cpp,
1220           src/extension/system.cpp, src/widgets/gradient-vector.cpp,
1221           src/jabber_whiteboard/session-file-player.cpp,
1222           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
1223           src/widgets/spw-utilities.cpp, src/extension/implementation/script.cpp,
1224           src/ui/dialog/transformation.cpp, src/seltrans.h,
1225           src/widgets/sp-widget.h:
1226             removed dependency on desktop.h
1227         * src/select-context.cpp, src/tools-switch.cpp, 
1228           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
1229           src/dialogs/object-properties.cpp, src/dialogs/clonetiler.cpp:
1230             added dependencies because of above changes
1231         
1232 2005-09-04  Kees Cook  <kees@outflux.net>
1234         * TRANSLATORS, Makefile.am, src/verbs.cpp, src/help.cpp,
1235           src/ui/dialog/aboutbox.h, src/ui/dialog/aboutbox.cpp,
1236           src/menus-skeleton.h, src/ui/dialog/Makefile_insert:
1237           Implemented AboutDialog following the Gnome style.
1238         * packaging/win32/inkscape.nsi: added quotes around execution name.
1240 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1242         * src/desktop.cpp, src/dropper-context.cpp, src/forward.h,
1243           src/interface.cpp, src/main.cpp, src/sp-anchor.cpp,
1244           src/sp-text.cpp, src/splivarot.cpp, src/svg-view-widget.cpp,
1245           src/svg-view-widget.h, src/svg-view.h, src/extension/effect.h,
1246           src/extension/implementation/plugin-link.h, 
1247           src/jabber_whiteboard/session-manager.cpp,
1248           src/ui/dialog/dialog.cpp, src/ui/view/edit.h, 
1249           src/ui/view/view-widget.cpp, src/ui/view/view-widget.h,
1250           src/ui/view/view.cpp, src/ui/view/view.h:
1251             minor edits to completely remove SPView identifier, and some
1252                 dependencies
1254 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1256         * src/sp-conn-end-pair.cpp: Fix a crash bug when undoing connectors
1257           on Linux x86 where we were calling a signal destructor.
1259         * src/io/sys.cpp: Build fix - conditionally include <glib/gstdio.h>
1260           if using glib 2.6.0 or greater, since it is not available in earlier
1261           versions.
1263 2005-09-04  Ralf Stephan <ralf@ark.in-berlin.de>
1265         * src/svg-view-widget.h, src/svg-view-widget.cpp, src/Makefile_insert:
1266             separated SPSVGViewWidget from SPSVGView
1267         * src/desktop.h, src/svg-view.h, src/ui/view/edit.h,
1268           src/ui/view/view-widget.h, src/ui/view/view.h,
1269           src/widgets/desktop-widget.h, src/desktop.cpp,
1270           src/svg-view.cpp, src/ui/view/view-widget.cpp,
1271           src/ui/view/view.cpp, src/widgets/desktop-widget.cpp:
1272             moved SPDesktop from GObject to C++/sigc++
1273         * src/forward.h: 
1274             removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
1275         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
1276             changed to sigc++ but disabled call
1277         * src/desktop-events.cpp:  removed desktop_enter_notify()
1278         * src/sp-anchor.cpp:  removed handling of mouse over/out
1279         * src/helper/action.h, src/sp-use.cpp:  added missing dependency
1280         * src/arc-context.cpp, src/desktop-affine.cpp, src/desktop-events.cpp,
1281           src/desktop-handles.cpp, src/dyna-draw-context.cpp,
1282           src/event-context.cpp, src/file.cpp, src/gradient-context.cpp,
1283           src/gradient-drag.cpp, src/help.cpp, src/inkscape.cpp,
1284           src/inkview.cpp, src/interface.cpp, src/knot.cpp,
1285           src/knotholder.cpp, src/node-context.cpp, src/nodepath.cpp,
1286           src/object-ui.cpp, src/path-chemistry.cpp, src/rect-context.cpp,
1287           src/rubberband.cpp, src/satisfied-guide-cns.cpp,
1288           src/select-context.cpp, src/selection-chemistry.cpp,
1289           src/seltrans.cpp, src/shortcuts.cpp, src/slideshow.cpp,
1290           src/sp-anchor.cpp, src/sp-flowtext.cpp, src/sp-namedview.cpp,
1291           src/sp-text.cpp, src/spiral-context.cpp, src/splivarot.cpp,
1292           src/star-context.cpp, src/text-context.cpp, src/text-editing.cpp,
1293           src/tools-switch.cpp, src/verbs.cpp, src/zoom-context.cpp,
1294           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
1295           src/dialogs/dialog-events.cpp, src/dialogs/export.cpp,
1296           src/dialogs/filedialog.cpp, src/dialogs/iconpreview.cpp,
1297           src/dialogs/layer-properties.cpp, src/dialogs/stroke-style.cpp,
1298           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp,
1299           src/extension/effect.cpp, src/extension/implementation/script.cpp,
1300           src/extension/internal/grid.cpp, src/extension/internal/ps.cpp,
1301           src/helper/window.cpp, src/ui/dialog/dialog.cpp,
1302           src/ui/widget/imageicon.cpp, src/widgets/gradient-toolbar.cpp,
1303           src/widgets/layer-selector.cpp, src/widgets/select-toolbar.cpp,
1304           src/widgets/toolbox.cpp:
1305             minor adaptations due to the above changes
1306         * src/desktop-events.h:  removed dependencies 
1307         * src/selection.cpp:  improved doxygen documentation
1308         
1309 2005-09-04  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1311         * src/connector-context.cpp: Fix a bug where a data structure was
1312           not being freed, triggering an assertion failure and Inkscape to
1313           crash sometimes when the connector tool context was switched.
1315 2005-09-03  Aaron Spike <aaron@ekips.org>
1317         * src/node-context.cpp, src/livarot.cpp: Fixing a problem where node
1318           adding and curve dragging operate on fills. A special thank you to
1319           Simon Budig of GIMP fame for working with me and giving very 
1320           thorough explanations of his curve dragging code.
1322 2005-09-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1324         * src/libavoid/connector.cpp, src/libavoid/connector.h: Autoroute
1325           connectors while they are being drawn in the connector context.
1327         * src/sp-conn-end.cpp: Fix a bug where connectors attached to shapes
1328           were not always getting updated.  Their path was sometimes thought
1329           to be valid even when it was not.
1331 2005-09-02  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1333         * src/sp-conn-end.cpp: Fix a bug where connectors not attached to
1334           shapes were not updating correctly if an object was dropped on
1335           their path.
1337 2005-09-01  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1339         * src/sp-conn-end.cpp, src/sp-conn-end.h, src/sp-conn-end-pair.cpp,
1340           src/sp-conn-end-pair.h, src/sp-path.cpp, src/libavoid/graph.cpp,
1341           src/libavoid/incremental.cpp:
1343         Connectors now automagically reroute as a result of any 'avoided'
1344         object being placed on their path.  They also update to better
1345         paths when blocking shapes are removed.
1346          
1347         * src/connector-context.cpp: Update TODO list.  Only show endpoints
1348           and allow manipulation of paths marked as connectors.
1350         * src/libavoid/connector.cpp, src/libavoid/connector.h: Connectors
1351           with invalid paths can now notify other code via a callback,
1352           rather than just setting a boolean flag.
1354         * src/conn-avoid-ref.cpp: Fix an obscure crash bug in the connector
1355           routing code where we were still using a freed data structure.
1357 2005-08-31  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1359         * src/conn-avoid-ref.cpp, src/conn-avoid-ref.h: Use the correct
1360           coordinate system when passing shape geometry to libavoid.
1361           Add a small amount of buffer space around objects.
1362         
1363         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
1364           src/path.cpp: Add code to handle the "inkscape:connector-type"
1365           attribute.
1367         * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h: Store information
1368           about type paths, to determine whether they are connectors.  Keep
1369           a reference to the libavoid representation if necessary.  Add code
1370           to call libavoid to get a path for a connector.
1371         
1372         * src/sp-conn-end.cpp: Call the connector routing code when connector
1373           ends are moved.  Move connector endpoints rather than stretching
1374           when adjusting to draw to shape edge.
1375           
1376         * src/libavoid/connector.cpp, src/libavoid/connector.h: Make the
1377           connector references aware of their own initialisation state.
1379         * src/connector-context.cpp:  Update TODO list.  Update for other
1380           changes.  Fix a bug where multi-segment connectors had a solid
1381           black fill while being dragged.
1383         * src/display/curve.cpp, src/display/curve.h: Add a function to 
1384           simply move the two endpoints of a curve.
1386 2005-08-30  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1388         * src/conn-avoid-ref.cpp, src/libavoid/connector.cpp,
1389           src/libavoid/graph.cpp, src/libavoid/makepath.cpp,
1390           src/libavoid/shape.cpp, src/libavoid/vertices.cpp,
1391           src/libavoid/vertices.h, src/libavoid/visibility.cpp:
1393         Use a better system for unique IDs within libavoid.  This properly
1394         addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
1396         * configure.ac: Add the src/libavoid subdir.
1397         
1398 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1400         * src/attributes.cpp, src/connector-context.cpp, src/sp-item.cpp:
1401           Use "inkscape:connector-avoid" instead of "inkscape:avoid".
1403 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1405         * src/libavoid/timer.cpp: Remove some code assuming a fixed size for
1406           timer types.
1408 2005-08-29  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1410         * src/connector-context.cpp: Fix a problem where the context didn't
1411           notice the current selection when it was entered.  Also, fix a 
1412           problem where connectors disappeared for a moment when an endpoint
1413           was clicked (for rerouting), but before the mouse was moved.
1415 2005-08-29      David Yip               <yipdw@rose-hulman.edu>
1417         * src/ui/dialog/whiteboard-connect.{cpp,h},
1418           src/ui/dialog/whiteboard-sharewithchat.{cpp,h}:
1419           Improved widget layout (switched to Gtk::Table)
1421         * src/jabber_whiteboard/session-manager.cpp:
1422           Fixed crash that occurred when connecting via SSL to a Jabber
1423           server that does not support SSL
1424           
1425 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1427         * src/Makefile_insert, src/attributes-test.cpp, src/attributes.cpp,
1428           src/attributes.h, src/conn-avoid-ref.cpp, src/conn-avoid-ref.h,
1429           src/forward.h, src/sp-item.cpp, src/sp-item.h:
1430          
1431           Add code that handles the "inkscape:avoid" attribute, used to mark
1432           whether an item should be avoided for the purposes of routing
1433           connectors.  This code also calls libavoid when an 'avoided'
1434           item is moved/transformed.
1435         
1436         * src/connector-context.cpp, src/connector-context.h,
1437           src/widgets/toolbox.cpp:
1438           
1439           Add a couple of buttons to the connector context's toolbar to
1440           allow selected objects to be marked as avoided or ignored for the
1441           purpose of connector routing.
1442           
1443         * src/libavoid/debug.h, src/libavoid/geomtypes.h, 
1444           src/libavoid/polyutil.cpp, src/libavoid/polyutil.h,
1445           src/libavoid/shape.cpp:
1446         
1447           Misc fixes: turn off debugging output, put types in the Avoid
1448           namespace, and add an assertion for a special case that can
1449           cause problems.
1451 2005-08-28  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1453         * share/icons/icons.svg: Add a couple of icons for the connector
1454           context toolbar.
1456 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1458         * src/Makefile.am, src/Makefile_insert, src/libavoid/*:
1459           Add libavoid code, the library that does all the path planning
1460           work for autorouting connectors.
1462 2005-08-27  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1464         * src/Makefile_insert: Remove a reference to the previously moved
1465           src/desktop-widget.h.  This wasn't breaking the build, but was
1466           stopping me from generating tags files.
1467           
1468 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1470         * src/ui/view/edit.h, src/ui/view/view.h, src/ui/view/view.cpp,
1471           src/ui/view/view-widget.h, src/ui/view/view-widget.cpp,
1472           src/widgets/desktop-widget.h, src/svg-view.h, src/desktop.cpp:
1473             separated SPViewWidget from SPView
1474         * src/connector-context.cpp, src/dyna-draw-context.cpp,
1475           src/file.cpp, src/gradient-context.cpp, src/knot.cpp,
1476           src/node-context.cpp, src/nodepath.cpp, src/path-chemistry.cpp,
1477           src/pen-context.cpp, src/pencil-context.cpp, src/rect-context.cpp,
1478           src/selection-chemistry.cpp, src/spiral-context.cpp,
1479           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
1480           src/text-context.cpp, src/verbs.cpp, src/dialogs/display-settings.cpp,
1481           src/dialogs/layer-properties.cpp, src/dialogs/find.cpp,
1482           src/dialogs/clonetiler.cpp, src/trace/trace.cpp,
1483           src/trace/potrace/inkscape-potrace.cpp:
1484             all these files relied on a dependency in view.h to include
1485           code for MessageStack and/or MessageContext which is now removed
1486         * dialogs/desktop-properties.cpp:   improved doxygen documentation
1487         
1488 2005-08-25  Ralf Stephan <ralf@ark.in-berlin.de>
1490         * src/desktop.cpp, src/widgets/desktop-widget.h, 
1491           src/widgets/desktop-widget.cpp: 
1492           abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
1493         * src/Doxyfile, src/main.cpp, src/desktop.cpp:
1494           improved doxygen documentation
1495           
1496 2005-08-25  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1498         * src/connector-context.cpp, src/connector-context.h:
1499           Change the connector context to use Inkscape's standard selection
1500           mechanism.  Show connector endpoint handles for single connectors
1501           in the selection.  This is the proposed interaction changes as
1502           discussed on the mailing list.  See the post there for a greater
1503           description of the change.
1505 2005-08-24  Ralf Stephan <ralf@ark.in-berlin.de>
1507         * src/widgets/desktop-widget.h, src/widgets/desktop-widget.cpp:
1508           separated SPDesktopWidget from SPDesktop
1509         * src/desktop-widget.h:   removed
1510         * src/toolbox.cpp, src/toolbox.h, src/select-toolbar.cpp,
1511           src/select-toolbar.h, src/gradient-toolbar.cpp, 
1512           src/gradient-toolbar.h:   moved into src/widgets
1513         * src/desktop.h, src/desktop.cpp, src/desktop-events.cpp,
1514           src/verbs.cpp, src/Makefile_insert, src/widgets/Makefile_insert,
1515           src/arc-context.cpp, src/dyna-draw-context.cpp,
1516           src/gradient-context.cpp, src/rect-context.cpp,
1517           src/select-context.cpp, src/spiral-context.cpp,
1518           src/star-context.cpp, src/interface.cpp, src/seltrans.cpp:
1519           adapted following SPDesktopWidget separation
1520         
1521 2005-08-24      David Yip       <yipdw@rose-hulman.edu>
1523         * src/jabber_whiteboard/session-manager.{cpp.h},
1524           src/jabber_whiteboard/callbacks.cpp,
1525           src/ui/dialog/whiteboard-connect.{cpp,h}:
1526           added support for XMPP over SSL to Inkboard
1528 2005-08-22  Ralf Stephan <ralf@ark.in-berlin.de>
1530         * src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp:
1531           both dialogs are now unresizable (bug #1237865)
1532         * src/main.cpp: enhanced doxygen main page
1534 2005-08-21  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1536         * packaging/osx-app.sh: Added a command line option which allows
1537           the executable and bundled dylibs to be stripped, significantly
1538           reducing the package size.
1540 2005-08-20  Ralf Stephan <ralf@ark.in-berlin.de>
1542         * src/desktop-style.cpp: fixed bug 1247989: nonstroked objects are
1543           no longer counted in stroke_average_width()
1544         * src/Doxyfile: added 3 more files
1545         * src/main.cpp: introduced doc hierarchy on doxygen main page
1546         * src/desktop-style.cpp:  improved doxygen documentation
1547           
1548 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1550         * src/connector-context.cpp, src/connector-context.h:
1551           Rework connector context to extend SPEventContext instead of
1552           SPDrawContext, and remove most of the borrowed draw context
1553           code.
1555 2005-08-20  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1557         * src/menus-skeleton.h: correct the verb for "Select All In All Layers"
1558           since it was just showing a verb error in the menu.
1560 2005-08-19  Kees Cook  <kees@outflux.net>
1562         * autogen.sh, tools-version.sh, distro: report Ubuntu correctly, detect
1563           and reject unsafe automake versions (1.9.0 -> 1.9.6).
1565 2005-08-19  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1567         * src/dialogs/display-settings.cpp:
1568           Align the "Oversample bitmaps" option in the preferences
1569           dialog with all the other options.
1571 2005-08-18  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1573         * src/Makefile_insert: Added connector-context.{cpp,h}
1575         * src/connector-context.cpp, src/connector-context.h: New code for
1576           the connector context.  Handles the interaction of creating and
1577           modifying connectors.
1579         * src/sp-conn-end.cpp, src/sp-conn-end.h: Added sp_conn_adjust_path
1580           for adjusting the path of connectors to the edge of shapes, and
1581           sp_conn_end_detach to detach a connector endpoint from a shape.
1582           Also, when there is only a single shape attached to a connector
1583           and it is moved, then reroute the connector leaving its unattached
1584           endpoint where it is, rather than just moving the whole thing with
1585           the shape.
1587         * src/preferences-skeleton.h, src/toolbox.cpp, src/tools-switch.cpp,
1588           src/tools-switch.h, src/verbs.cpp, src/verbs.h,
1589           src/dialogs/display-settings.cpp, src/dialogs/display-settings.h:
1591           Enable the connector context.  Give it a preferences tab, toolbox,
1592           icon, etc.  Also, correct some vim modelines.
1593           
1594         * src/display/sp-canvas.cpp: Allow enter and leave events to be generated
1595           for canvas items when mouse buttons are depressed.
1597         * src/pixmaps/cursor-connector.xpm: A cursor for connector context.
1599 2005-08-18  Jon A. Cruz  <jon@joncruz.org>
1601         * src/knot.cpp: Corrected type conflict for crash bugs.
1603 2005-08-18  Ralf Stephan <ralf@ark.in-berlin.de>
1605         * src/Doxyfile: added 4 more files
1606         * src/extension/implementation/plugin-link.h,
1607           src/extension/internal/gimpgrad.cpp:  improved doxygen documentation
1608           
1609 2005-08-16  Ralf Stephan <ralf@ark.in-berlin.de>
1611         * src/desktop.h, src/desktop.cpp: replaced gboolean with bool
1612         * src/display/curve.cpp: made is_moveto() inline
1613         * src/knot.cpp, src/extension/extension.cpp, src/helper/action.cpp:
1614           added editor footer
1615         * src/desktop.h, src/desktop.cpp, src/knot.cpp, src/sp-gradient.cpp,
1616           src/display/curve.cpp, src/extension/extension.cpp,
1617           src/extension/implementation/plugin.h, 
1618           src/extension/implementation/plugin.cpp,
1619           src/extension/internal/gimpgrad.cpp, src/helper/action.cpp:
1620           improved doxygen documentation
1622 2005-08-14  MenTaLguY  <mental@rydia.net>
1624         * src/widgets/layer-selector.cpp: quick fix for crash bug when
1625           deleting unnamed layer [bug 1255843]
1627 2005-08-14  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1628         
1629         * packaging/macosx/ScriptExec/main.c: Allow the user to ignore the
1630           automatic fixing of the fontconfig problem and fix the problem
1631           manually.  Don't pop up the dialog again in this case when they
1632           relaunch Inkscape.
1634 2005-08-13  Ralf Stephan <ralf@ark.in-berlin.de>
1636         * src/menus-skeleton.h: fixed cvs bug where, in the default menus.xml, 
1637           given submenus didn't have correct names, so translation on 
1638           non-English systems was missed.
1639         
1640 2005-08-13  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1642         * packaging/macosx/Resources/script, packaging/macosx/ScriptExec/main.c:
1644         Fix for the fontconfig cache problem on OS X 10.4.  The first time 
1645         Inkscape is launched on 10.4 machines, after checking X11 is available,
1646         a dialog is brought up informing users of the fontconfig problem.  The
1647         dialog has a button to run fc-cache as root.  If chosen, an OS X
1648         authentication dialog in launched and fc-cache is run following the
1649         authentication.  A file is stored in ~/.inkscape to mark that fc-cache
1650         has been run.
1651         
1652 2005-08-11  Ralf Stephan <ralf@ark.in-berlin.de>
1654         * src/sp-gradient.cpp,src/sp-gradient-fns.h,src/event-context.h,
1655           src/event-context.cpp:  replaced gboolean with bool
1656         * src/document-undo.cpp:  added editor footer
1657         * src/sp-gradient.cpp, src/desktop.cpp, src/document.h,
1658           src/document.cpp, src/document-undo.cpp, src/event-context.h,
1659           src/event-context.cpp, src/selection.h:
1660           improved doxygen documentation
1662 2005-08-10      David Yip       <yipdw@rose-hulman.edu>
1664         * src/Makefile_insert: added composite-undo-stack-observer.{cpp,h}
1666         * src/document.{cpp.h},
1667           src/document-undo.cpp, src/document-private.h: 
1668           added hooks for undo stack observer
1670         * src/jabber_whiteboard/Makefile_insert: added new classes
1672         * src/jabber_whiteboard/callbacks.cpp: moved document initialization actions
1673           here (not the best idea, admittedly...)
1675         * src/jabber_whiteboard/connection-establishment.cpp,
1676           src/jabber_whiteboard/session-manager.*,
1677           src/jabber_whiteboard/chat-handler.cpp: updated to work with new listeners
1679         * src/jabber_whiteboard/message-contexts.cpp,
1680           src/jabber_whiteboard/message-handler.*,
1681           src/jabber_whiteboard/message-tags.*,
1682           src/jabber_whiteboard/defines.h: new message types (TODO: trim out dead
1683           types)
1685         * src/jabber_whiteboard/message-queue.*,
1686         * src/jabber_whiteboard/message-node.h: made MessageNode capable of
1687           representing more message types, as required by callbacks.cpp
1688           and new commit model
1690         * src/jabber_whiteboard/message-utilities.*: new utilities, although
1691           this entire class should be going bye-bye soon (its main tasks have been
1692           taken over by SerializerNodeObserver)
1694         * src/jabber_whiteboard/node-tracker.*: removal of node-level locks
1696         * src/jabber_whiteboard/node-utilities.*: removal of unnecessary methods;
1697           this class should also be removed soon
1699         * src/jabber_whiteboard/session-file-selector.cpp: miscellaneous tweaks
1701         * src/jabber_whiteboard/typedefs.h: new type definitions to handle the new
1702           commit model (TODO: prune unnecessary types)
1704         * src/xml/event.cpp: small hack to get Inkboard working (shouldn't be
1705           there, but I'm still learning my way around XML::Node and
1706           XML::Session...help welcome)
1708         * src/undo-stack-observer.h: interface for classes that watch undo, redo,
1709           and undo log commit events
1711         * src/composite-undo-stack-observer.*: similar to CompositeNodeObserver;
1712           combines multiple undo stack observers
1714         * src/jabber_whiteboard/serializer-node-observer.*: XML::Event serializer
1716         * src/jabber_whiteboard/deserializer.*: XML::Event deserializer
1718         * src/jabber_whiteboard/tracker-action-observer.*: simple observer to
1719           watch for added and removed nodes in undo/redo actions (put aside for
1720           now)
1722         * src/jabber_whiteboard/undo-stack-observer.*: Inkboard's undo stack
1723           observer implementation
1725 2005-08-10  Ralf Stephan <ralf@ark.in-berlin.de>
1727         * src/main.cpp: introduced doxygen doc main page with links
1729 2005-08-09  Ralf Stephan <ralf@ark.in-berlin.de>
1731         * src/Doxyfile: added 5 more files
1732         * src/display/curve.h, src/display/curve.cpp, src/knot.cpp,
1733           src/dialogs/export.cpp: replaced gboolean with bool
1734         * src/display/curve.cpp: removed sp_curve_finish() as it is nowhere 
1735           called, made sp_curve_ensure_space() static
1736         * src/sp-object.cpp, src/sp-item.cpp, src/libnr/n-art-bpath.h,
1737           src/libnr/nr-path-code.h, src/ui/view/view.cpp, src/dialogs/export.cpp,
1738           src/display/bezier-utils.cpp, src/display/curve.h,
1739           src/display/curve.cpp, src/knot.h, src/knot.cpp:
1740           improved doxygen documentation
1742 2005-08-08  MenTaLguY  <mental@rydia.net>
1744         * README.txt, README: make autotools happy
1746 2005-08-06  MenTaLguY  <mental@rydia.net>
1748         * Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
1749           HACKING.txt, HACKING.de.txt, HACKING.fr.txt, HACKING.it.txt,
1750           README, README_ca, README_de, README_fr, README_it,
1751           README.txt, README.ca.txt, README.de.txt, README.fr.txt, README.it.txt:
1753           saner filenames
1755 2005-08-06  MenTaLguY  <mental@rydia.net>
1757         * src/xml/Makefile_insert, src/xml/log-builder.cpp,
1758           src/xml/log-builder.h, src/xml/simple-session.cpp,
1759           src/xml/simple-session.h:
1761           Implement XML::LogBuilder class and use it from XML::SimpleSession.
1763 2005-08-06  MenTaLguY  <mental@rydia.net>
1765         * src/xml/event.h, src/xml/event.cpp, src/xml/event-fns.h:
1766           rejigger the way XML event logs are handled, based on NodeObservers
1768 2005-08-06  MenTaLguY  <mental@rydia.net>
1770         * src/xml/simple-session.cpp: minor formatting cleanups
1772 2005-08-06  Ted Gould <ted@gould.cx>
1774         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
1776         Adding in a hash table for Verb ID lookups.  This makes searching for them
1777         in the dynamic menus much faster.
1779 2005-08-06  Ralf Stephan <ralf@ark.in-berlin.de>
1781         * src/sp-offset.cpp: 
1782           removed a dependency, made refresh_offset_source() static
1783         * src/svg-view.cpp, src/svg-view.h, src/sp-spiral.cpp, src/sp-spiral.h: 
1784           replaced gboolean with bool
1785         * src/sp-offset.cpp, src/sp-root.cpp, src/sp-stop.h, src/sp-spiral.h,
1786           src/sp-spiral.cpp, src/svg-view.h, src/svg-view.cpp, src/style.cpp:
1787           improved doxygen documentation
1788         
1789 2005-08-05  MenTaLguY  <mental@rydia.net>
1791         * inkscape.spec.in: include translated manpages
1793 2005-08-05  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1795         * po/nl.po: fix a typo: close a bold tag.
1797 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1799         * src/jabber_whiteboard/typedefs.h:
1800           fixed incorrect template specialization syntax,
1801           removed duplicate definitions (oops...)
1803         * src/gc-alloc.h:
1804           removed explicit keyword from allocator constructors, as it is
1805           necessary to allow implicit conversion for rebinding.  Some
1806           containers in the libstdc++ in GCC 3.4.x require this, such as anything
1807           using the standard library's red-black tree implementation --
1808           std::set, std::map, std::multimap
1810 2005-08-03  Ralf Stephan <ralf@ark.in-berlin.de>
1812         * src/pen-context.cpp: made sp_pen_context_root_handler static
1813         * src/snap.h: removed getSnapToBBox() declaration
1814         * src/sp-stop.h: removed three dependencies
1815         * src/Doxyfile: added further 3 files
1816         * src/object-hierarchy.cpp, src/pen-context.h, src/pen-context.cpp,
1817           src/pencil-context.h, src/pencil-context.cpp, src/snap.h, 
1818           src/snap.cpp, src/sp-stop.h, src/sp-gradient.h, src/sp-gradient.cpp,
1819           src/sp-linear-gradient.h, src/sp-radial-gradient.h:
1820           improved doxygen documentation
1822 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1824         * src/jabber_whiteboard/Makefile_insert,
1825           src/jabber_whiteboard/message-handler.cpp,
1826           src/jabber_whiteboard/empty.cpp:
1827           fixing some build issues (Apple's ar doesn't like creating
1828           archives with an empty member list, so empty.cpp is a null
1829           placeholder to be used as the sole member in the jabber_whiteboard
1830           archive in the event that a user does not wish to enable
1831           Inkboard)
1833 2005-08-02  Bryce Harrington <bryce@bryceharrington.org>
1835         * src/ui/dialog/*.*:  Update copyrights
1837         * doc/WISHLIST:  s/Sodipodi/Inkscape/
1839         * src/desktop.cpp:  Rename SPView to Inkscape::UI::View::View
1841         * changing include file syntax from "" to <> where appropriate
1843         * Changing copyrights to be consistent
1845 2005-08-03      David Yip       <yipdw@rose-hulman.edu>
1847         * src/menus-skeleton.h:
1848           added WITH_INKBOARD ifdef to prevent Inkboard options from being
1849           compiled into the menu skeleton if the Inkboard code is not enabled
1851 2005-08-03  Michael Wybrow  <mjwybrow@users.sourceforge.net>
1853         *  src/display/curve.cpp: Correctly free an array with "delete []".
1855 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1857         * src/jabber/whiteboard/node-tracker.cpp:
1858           removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
1860 2005-08-02      David Yip       <yipdw@rose-hulman.edu>
1862         * src/jabber_whiteboard/typedefs.h:
1863           moved back to GC::Alloc from traceable_allocator
1865         * src/jabber_whiteboard/node-tracker.cpp:
1866           fixed anchor-release problem with XML::Nodes in XMLNodeTracker
1868 2005-08-01  MenTaLguY  <mental@rydia.net>
1870         * src/gc.cpp, src/gc-core.h: Hans says it's okay to use
1871           GC_malloc_atomic_uncollectable
1873 2005-08-01  MenTaLguY  <mental@rydia.net>
1875         * src/gc-alloc.h: fix improper allocation size
1877 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1879         * src/jabber_whiteboard/message-handler.cpp: removed some
1880           debug output
1882         * src/dialogs/whiteboard-sharewithchat.cpp: removed some excess
1883           debugging code
1885         * src/jabber_whiteboard/session-manager.cpp: removed 
1886           redundant if (x == NULL) tests surrounding delete
1888 2005-08-01      David Yip       <yipdw@rose-hulman.edu>
1890         * src/ui/icons.cpp, src/ui/stock-items.cpp, src/ui/stock.cpp, 
1891           src/ui/stock.h:
1892           added Inkboard UI stock items
1894         * src/dialogs/whiteboard*:
1895           old C/Gtk Inkboard dialogs for collecting user input necessary
1896           to establish Jabber connections and Inkboard sessions (they're
1897           still used in some parts of the Inkboard code)
1899         * src/Makefile.am, src/Makefile_insert, src/desktop.cpp, 
1900           src/desktop.h, src/document.cpp, src/file.cpp, src/file.h,
1901           src/menus-skeleton.h, src/verbs.cpp, src/verbs.h:
1902           added necessary UI code to access Inkboard functions
1904         * src/jabber_whiteboard/Makefile_insert,
1905           src/jabber_whiteboard/buddy-list-manager.*,
1906           src/jabber_whiteboard/callbacks.*,
1907           src/jabber_whiteboard/chat-handler.*,
1908           src/jabber_whiteboard/connection-establishment.*,
1909           src/jabber_whiteboard/defines.h,
1910           src/jabber_whiteboard/error*,
1911           src/jabber_whiteboard/internal-constants.*,
1912           src/jabber_whiteboard/invitation-confirm-dialog.*,
1913           src/jabber_whiteboard/jabber-handlers.*,
1914           src/jabber_whiteboard/makefile*,
1915           src/jabber_whiteboard/message-*,
1916           src/jabber_whiteboard/node-*,
1917           src/jabber_whiteboard/received-message-helpers.cpp,
1918           src/jabber_whiteboard/player-functors.*,
1919           src/jabber_whiteboard/session-*,
1920           src/jabber_whiteboard/tracker-node.h,
1921           src/jabber_whiteboard/typedefs.h:
1922           Initial commit of Inkboard code
1923         * src/ui/dialog/session-player*,
1924           src/ui/dialog/whiteboard*:
1925           C++/Gtkmm replacements for some old C/Gtk dialogs
1926         * configure.ac:
1927           added Inkboard configure checks
1928         * src/ui/view/edit.cpp,
1929           src/ui/view/edit.h,
1930           src/ui/view/view.cpp:
1931           added Inkboard code stubs to new Gtkmm code
1932         * share/ui/menus-bars.xml:
1933           added Inkboard code stubs to menu UI XML
1935 2005-08-01  Ralf Stephan <ralf@ark.in-berlin.de>
1937         * src/sp-object.cpp: improved doxygen documentation
1939 2005-07-31  Ralf Stephan <ralf@ark.in-berlin.de>
1941         * src/nodepath.cpp: removed three dependencies
1943 2005-07-31  MenTaLguY  <mental@rydia.net>
1945         * src/sp-object.cpp, src/sp-object.h, src/sp-use.cpp:
1946           adopt more consistent refcounting policy
1948         * src/sp-object.h: make second parameter to sp_object_ref and
1949           sp_object_unref optional
1951 2005-07-30  Ralf Stephan <ralf@ark.in-berlin.de>
1953         * src/draw-anchor.cpp, src/nodepath.h: reduced dependencies
1954         * src/nodepath.cpp: removed duplicate dependency, added two from 
1955           nodepath.h, made triangle_area() inline
1956         * src/node-context.cpp: added dependency removed from nodepath.h
1957         * src/Doxyfile: added 2 further files to the scanned list
1958         * src/nodepath.h: moved function docs into nodepath.cpp
1959         * src/color.cpp: made file work with src/Doxyfile
1960         * src/color.cpp, src/draw-anchor.cpp, src/geom.cpp, src/nodepath.cpp:
1961           improved doxygen documentation
1962         * src/event-context.cpp: added a \todo
1963         * src/geom.cpp: added editor footer
1965 2005-07-30  Ted Gould  <ted@gould.cx>
1967         * src/Makefile_insert, src/inkscape.cpp, src/inkscape.h,
1968         src/interface.cpp, src/selection.cpp, src/verbs.cpp, src/verbs.h,
1969         src/extension/effect.cpp, src/extension/effect.h, src/menus-skeleton.h:
1971         Doing two things.  One, making menus configurable by an external xml file
1972         and the second is enabling sensitivity in the verbs.  These are both in
1973         pretty basic states right now, but workable.
1975 2005-07-29  MenTaLguY  <mental@rydia.net>
1977         * src/shortcuts.cpp: made Ctrl+Shift+G the "primary" ungroup shortcut
1979 2005-07-28  Carl Hetherington  <inkscape@carlh.net>
1981         * src/arc-context.cpp: CodingStyle.  Replace gboolean with bool.
1983         * src/desktop-events.cpp: CodingStyle: whitespace.  Add editor
1984         variables block.  gboolean exorcism.  Declaration-to-first-use fixes.
1985         
1987 2005-07-27  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
1989         * src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
1990           and add documentation for choice of value.
1991           (SP_SCALE24_TO_FLOAT) Return a double instead of a float.
1992           (SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
1993           These changes are intended to combat float rounding bugs on x86.
1995         * src/style.cpp (sp_style_merge_from_style_string): Use libcroco
1996           to parse style="..." attribute strings, to improve CSS parsing.
1998 2005-07-27  Ralf Stephan <ralf@ark.in-berlin.de>
2000         * src/Doxyfile: added 10 further files to the scanned list
2001         * src/gc-anchored.h, src/gc-managed.h, src/object-hierarchy.h, 
2002           src/pencil-context.h, src/selection.h, src/sp-object.h, src/sp-spiral.h, 
2003           src/svg-view.h, src/verbs.h, src/livarot/float-line.h, src/util/list.h, 
2004           src/widgets/paint-selector.h, src/xml/repr.h: 
2005           made file work with src/Doxyfile
2006         * src/livarot/int-line.h, src/livarot/float-line.h: 
2007           moved part of documentation into *.cpp file
2008         * src/gc-anchored.h, src/knot-holder-entity.h, src/nodepath.h, 
2009           src/pen-context.h, src/pencil-context.h, src/selection.h, 
2010           src/sp-gradient.h, src/sp-gradient.cpp, src/sp-item.h, src/sp-object.h, 
2011           src/sp-spiral.h, src/style.h, src/svg-view.h, src/extension/extension.h, 
2012           src/libnr/nr-matrix.h, src/livarot/int-line.h, src/livarot/int-line.cpp, 
2013           src/livarot/float-line.h, src/livarot/float-line.cpp, 
2014           src/livarot/sweep-event.h, src/livarot/sweep-event-queue.h, 
2015           src/util/list.h, src/widgets/paint-selector.h, src/xml/repr.h, 
2016           src/xml/repr.cpp: documentation improvements
2017         * src/sp-item.h: added editor footer
2019 2005-07-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2021         * src/svg/stringstream.h, src/svg/stringstream.cpp:
2022           Trim trailing zeros from after the decimal point when writing
2023           float or double to Inkscape::SVGOStringStream.
2024         * src/style-test.cpp: Update expected output accordingly.
2025         * src/svg/stringstream-test.h: New unit test.
2026         * src/Makefile.am, src/svg/Makefile_insert: Add the new unit test.
2027         * src/svg/Makefile_insert:
2028           Don't link unused ftos.cpp, but do link new file stringstream.cpp.
2030 2005-07-26  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2032         * share/icons/icons.svg: Add icon for connector context.
2034 2005-07-25  Ralf Stephan <ralf@ark.in-berlin.de>
2036         * src/libnr/nr-pixblock.h:  interface cleanup of NRPixBlock: size and mode
2037           are now named enums, empty is now bool, changes to function interfaces 
2038           because of that, changed C macros to C++ inline functions, changed clean 
2039           flag in some function interfaces from int to bool.
2040         * src/libnr/nr-pixblock.cpp:  adaptations due to changes in nr-pixblock.h,
2041           added assert to ...setup_extern() which remains a bit ... risky,
2042         * src/display/sp-canvas.cpp: 
2043           made sp_canvas_item_construct() static, inlined two other functions
2044         * src/svg-view.cpp: piped emit_resized through C++ façade (incomplete)
2045         * src/ui/view/view.h: removed legacyMessageContext() member
2046         * src/Doxyfile: added files, and options to collect todo and bugs
2047         * src/display/curve.cpp: moved member docs into curve.h
2048         * src/event-context.cpp: long line cosmetics, moved a function for clarity
2049         * src/sp-offset.h, src/sp-spiral.cpp, src/svg-view.cpp, 
2050           src/libnr/nr-types.h: added editor footer
2051         * src/color-rgba.h, src/draw-anchor.h, src/event-context.*, src/knot-*.h, 
2052           src/message-*.h, src/modifier-fns.h, src/nodepath.h, 
2053           src/pencil-context.cpp, src/pen-context.*, src/snap.*, src/sp-gradient.h, 
2054           src/sp-gradient-fns.h, src/sp-item.cpp, src/sp-item-notify-moveto.h, 
2055           src/sp-linear-gradient*, src/sp-offset.*, src/sp-radial-gradient*, 
2056           src/sp-spiral.cpp, src/style.cpp, src/svg-view.cpp, src/verbs.cpp, 
2057           src/dialogs/export.cpp, src/display/bezier-utils.cpp, 
2058           src/display/curve.*, src/diplay/sp-canvas.*, 
2059           src/extension/implementation/plugin*, src/extension/internal/gimpgrad.h, 
2060           src/libnr/nr-matrix.h, src/libnr/nr-matrix-scale-ops.h, 
2061           src/libnr/nr-matrix-translate-ops.h, src/libnr/nr-pixblock.*, 
2062           src/libnr/nr-point.h, src/libnr/nr-rotate.h, src/libnr/nr-rotate-fns.h, 
2063           src/libnr/nr-scale-matrix-ops.h, src/libnr/nr-types.h, 
2064           src/livarot/int-line.h, src/ui/view/view.*:
2065           
2066           made file work with src/Doxygen, doxygen documentation improvements
2068 2005-07-24  Ted Gould  <ted@gould.cx>
2070         * 0.42 Release
2072 2005-07-21  Ted Gould  <ted@gould.cx>
2074         * 0.42pre3
2076 2005-05-21  Kees Cook  <kees@outflux.net>
2078         * share/icons/*xpm, src/ui/dialog/transformation.cpp,
2079           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h:
2080           Hooked up Gtkmmified Icon manager correctly.  (bug 1217367)
2081         * Makefile.mingw, Makefile.mingw.common: patch 1241293 for build fixes
2083 2005-07-12  Ted Gould  <ted@gould.cx>
2085         * 0.42pre2
2087 2005-07-11  MenTaLguY  <mental@rydia.net>
2089         * src/debug/logger.cpp: wrap stack vector in method to avoid
2090           potential static initialization issues
2092         * src/sp-object.cpp: add refcount logging
2094 2005-07-09  MenTaLguY  <mental@rydia.net>
2096         * src/document-undo.cpp, src/inkscape.cpp, src/debug/event.h,
2097           src/debug/logger.cpp, src/debug/logger.h, src/debug/simple-event.h,
2098           src/xml/composite-node-observer.cpp, src/xml/event.cpp,
2099           src/xml/simple-node.cpp:
2101           Categorize debugging events and add the ability to filter them
2102           via setting the INKSCAPE_DEBUG_FILTER environment variable to
2103           a comma-separated list of debug event categories.
2105 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2107         * src/interface.cpp: Spackle for Bug 1217361 "freeze on quitting 
2108         with transform dialog"
2110 2005-07-06  Ben Fowler  <bpfowler@users.sourceforge.net>
2112         * src/interface.cpp: Whitespace changes only
2114 2005-07-06  Michael Wybrow  <mjwybrow@users.sourceforge.net>
2116         * Info.plist.in, packaging/osx-app.sh, packaging/macosx/*:
2118         Changes and new files required to build an Inkscape dmg on Mac OS X.
2120 2005-07-05  Ted Gould  <ted@gould.cx>
2122         * 0.42pre1
2124 2005-07-04  MenTaLguY  <mental@rydia.net>
2126         * src/sp-metadata.cpp: strip id= attributes under rdf:RDF elements
2128 2005-07-04  MenTaLguY  <mental@rydia.net>
2130         * src/sp-object.cpp, src/xml/node-fns.h, src/xml/node-fns.cpp:
2131           don't force id= attributes on anything except elements in the SVG,
2132           Sodipodi, or Inkscape namespaces.
2134 2005-07-04  MenTaLguY  <mental@rydia.net>
2136         * src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2137           label()
2139 2005-07-04  Bryce Harrington <bryce@bryceharrington.org>
2141         * src/livarot/float-line.cpp:  Patch from Ralf Stephan
2142         <ralf@ark.in-berlin.de> to suppress two warnings.
2143         
2144 2005-06-28  Ted Gould  <ted@gould.cx>
2146         * src/verbs.h:
2148         Changing from gnu::hash_map to std::map.  The only reason this was a
2149         hash_map before is because I was stealing code that I didn't understand,
2150         and a std::map works as well.  This fixes bug #1172199 for Tru64.
2152 2005-06-28  Ted Gould  <ted@gould.cx>
2154         * src/extension/dependency.cpp:
2156         Fix for #1169396 -- setting the default type for a dependency to file,
2157         this seems to be the only way that the print function could end up using
2158         undefined memory, and then passing it on the gettext.
2160 2005-06-28  Ted Gould  <ted@gould.cx>
2162         * src/extension/implementation/script.cpp,
2163         src/extension/implementation/script.h:
2165         Adding support for information coming back on STDERR from scripts.  This
2166         fixes bug #1220959 and RFE #1178941
2168 2005-07-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2170         * src/sp-stop.h, sp-gradient.cpp, widgets/gradient-vector.cpp:
2171           Implement currentColor as possible value for stop-color, as per spec.
2173 2005-07-02  Kees Cook  <kees@outflux.net>
2175         * src/dialog/rdf.cpp: Added FreeArt license, RFE #1230981.
2177 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2179         * inkscape.nsi:  Fix for bug #1230744 'wrong installer language'
2180         by theadib.
2182         * src/swatches.cpp: Fix for bug #1217973.  The KDE swatches file
2183         consists of 3 column numbers (missing 4th column), and also lacks
2184         an ending newline.  In this situation, the name variable returned
2185         from trim() could be null, thus causing a segfault when used as an
2186         input to Glib::ustring.
2188         * src/sp-image.cpp: Patch for bug #1210100 by bpfowler to help
2189         narrow in on the cause of the bug.
2191         * README:  Requested change for bug #1174991.  Directions for
2192         installation of perl libs
2193         
2194 2005-07-01  Ben Fowler  <bpfowler@users.sourceforge.net>
2196         * src/desktop.cpp src/svg-view.cpp src/dialogs/display-settings.cpp 
2197         src/dialogs/export.cpp src/dialogs/find.cpp 
2198         src/extension/internal/ps.cpp: Replaced calls to gtk_widget_set_usize 
2199         with GTK2 version.
2201 2005-06-30  Bryce Harrington <bryce@bryceharrington.org>
2203         * inkscape.pod, src/main.cpp: Applying Makzu's patch to implement
2204           --vacuum-defs
2206 2005-06-28  Ted Gould  <ted@gould.cx>
2208         * 0.42pre0
2210 2005-06-23  MenTaLguY  <mental@rydia.net>
2212         * src/extension/implementation/script.cpp:
2213           support for ruby scripts (interpreter="ruby")
2215 2005-06-20  Ted Gould  <ted@gould.cx>
2217         * src/desktop.cpp, src/desktop.h, src/document-private.h,
2218         src/document.cpp, src/document.h, src/extension/effect.h,
2219         src/extension/implementation/script.cpp:
2221         Adding in a signal to show that the document is being reconstructed from
2222         another document.  This is used by the scripting extensions implementation
2223         to say to the desktops that they need to save their object references
2224         as strings instead of pointers -- and then recreate them when the
2225         reconstruction is complete.
2227         * src/extension/prefdialog.cpp: Making "OK" have focus.
2229         * src/verbs.cpp, src/verbs.h: Some prototype code to start making verbs
2230         sensitive or not.  Not tied in to anything currently.
2232 2005-06-20  MenTaLguY  <mental@rydia.net>
2234         * src/xml/repr-io.cpp: whoops... don't emit xmlns:xml
2236 2005-06-18  Richard Hughes  <cyreve@users.sourceforge.net>
2238         * src/text-context.cpp, src/text-context.h, src/libnrtype/Layout-TNG.h:
2239           implement double- and triple-clicking of text for selecting the
2240           current word and line respectively
2242 2005-06-16  MenTaLguY  <mental@rydia.net>
2244         * src/interface.cpp: removed "Go to root" context menu item
2246         * src/widgets/layer-selector.cpp: hide "(root)" unless it is the current
2247           layer
2249 2005-06-11  Aaron Spike  <aaron@ekips.org>
2251         * confiugre.ac,
2252           packaging/autopackage/default.apspec.in:
2254           Adding the autopackage specfile
2256 2005-06-10  Richard Hughes  <cyreve@users.sourceforge.net>
2258         * src/text-context.cpp:
2259           use ctrl-left/right for moving cursor by word in text mode,
2260           and ctrl-a for select all text
2262 2005-06-09  Bryce Harrington <bryce@bryceharrington.org>
2264         * src/ui/dialogs/align-and-distribute.cpp,
2265           src/ui/dialogs/align-and-distribute.h,
2266           src/verbs.cpp:
2267           Hooking up Aubanel's new align and distribute dialog
2269 2005-06-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2271         * src/text-context.cpp (sp_text_context_root_handler):
2272           Greater conformance to ISO 14755 for unicode entry.  We now
2273           implement all of the ``Basic method'' portion of that spec
2274           except for non-latin hexadecimal digits (first 6 letters of
2275           other alphabets).  (Instead, we do the same as for all other
2276           shortcuts, viz. force a group0 (latin) interpretation of the
2277           keypress.)
2279 2005-06-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2281         * src/pen-context.cpp (spdc_endpoint_snap): Pen tool: do snapping
2282           (i.e. namedview_free_snap_all_types) even for initial point.
2284         * src/Makefile.am (INCLUDES), src/extension/script/Makefile_insert
2285         (extension_script_libscript_a_CXXFLAGS):
2287           Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
2288           using a libscript_a_CXXFLAGS var (which involved creating .o files
2289           specific to that lib).
2291 2005-06-06  Ted Gould  <ted@gould.cx>
2293         * src/extensions/effect.cpp:
2295         Adding in the code so that effects can be undoable.
2297         * src/extensions/implementation/script.[cpp,h]
2299         Adding in the code so that a new window is not displayed when an
2300         effect is executed.  Now it is in the same window (much nicer).
2302         * src/extensions/internal/latex*.[cpp,h]
2304         Patches from the mailing list to add LaTeX output.
2306 2005-06-04  MenTaLguY  <mental@rydia.net>
2308         * src/extensions/init.cpp:
2310           That tears it.  Showing the error dialog on startup goes.  I've
2311           had to respond to one too many bloody bug reports.  If we released
2312           0.42 with this too we'll drive away users permanently.  As it was,
2313           a lot of people were assuming 0.41 was broken when they saw this
2314           and reverted to 0.40.
2316 2005-05-31  MenTaLguY  <mental@rydia.net>
2318         * src/preferences-skeleton.h: disable extension error dialog on startup
2319           -- I'm sick of hearing that Inkscape is broken because people see
2320           this dialog on startup.  It makes us look bad.
2321           
2322           We're not going to repeat this for 0.42 -- find a better approach.
2324 2005-05-28  MenTaLguY  <mental@rydia.net>
2326         * src/document.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
2327           src/sp-flowtext.cpp, src/sp-object.cpp, src/sp-object.h,
2328           src/sp-path.cpp, src/sp-rect.cpp, src/sp-root.cpp, src/sp-root.h,
2329           src/sp-shape.cpp, src/version.cpp, src/version.h:
2331           propagate SVG version upwards, and move SPVersion into Inkscape
2332           namespace
2334 2005-05-24  Simarilius  <Simarilius@yahoo.com>
2336         * src/verbs.cpp, src/dialogs/tiledialog.cpp, src/dialogs/tiledialog.h,
2337         src/ui/dialogs/dialog-manager.cpp
2338         
2339         Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2340         it into dialog manager
2342 2005-05-24  Ted Gould  <ted@gould.cx>
2344         * src/extension/dependency.cpp, src/extension/extension.cpp,
2345         src/extension/extension.h, src/extension/init.cpp,
2346         src/extension/implementation/script.cpp:
2348         Applying patch 1199856 which allows Inkscape to have multiple directories
2349         for extensions.  Currently those are /share/inkscape/extensions and
2350         ~/.inkscape/extensions.  The patch was written by Aaron Spike.
2352 2005-05-23  Ted Gould  <ted@gould.cx>
2354         * share/extensions/<alot>
2356         Adding in Aaron Spike's extensions so that they come with the standard
2357         build.  Lot's of useful stuff that is worth having for most users.
2359 2005-05-19  MenTaLguY  <mental@rydia.net>
2361         * src/verbs.cpp, src/ui/dialog/align-and-distribute.h,
2362           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
2363           src/ui/dialog/document-preferences.h, src/ui/dialog/export.h,
2364           src/ui/dialog/extension-editor.h, src/ui/dialog/fill-and-stroke.h,
2365           src/ui/dialog/find.h, src/ui/dialog/inkscape-preferences.h,
2366           src/ui/dialog/layer-editor.h, src/ui/dialog/messages.h,
2367           src/ui/dialog/text-properties.h, src/ui/dialog/transformation.h,
2368           src/ui/dialog/xml-editor.h, src/ui/view/edit.cpp:
2370           refactoring of the dialog manager code, introducing factory
2371           functions and a method specifically for showing a dialog
2373 2005-05-19  MenTaLguY  <mental@rydia.net>
2375         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
2377           fix layer property undo crash bugs (#1192708 and #1171704)
2379 2005-05-19  MenTaLguY  <mental@rydia.net>
2381         * src/debug/Makefile_insert, src/debug/sysv-heap.cpp,
2382           src/debug/sysv-heap.h, src/gc.cpp, src/debug/gc-heap.h,
2383           src/debug/heap.cpp:
2385           moved GC Heap statistics stuff into libdebug to ease circular
2386           dependencies
2388 2005-05-17  MenTaLguY  <mental@rydia.net>
2390         * src/ui/dialog/memory.cpp:
2392           reduce magnitude of memory jitter somewhat by avoiding some vector
2393           resizing and copying
2395 2005-05-16  MenTaLguY  <mental@rydia.net>
2397         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2399           revised Debug::Heap API slightly
2401         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2403           thousands separators and other niceties.  'apply' now forces a
2404           garbage collection and immediate update.
2406 2005-05-16  MenTaLguY  <mental@rydia.net>
2408         * src/ui/dialog/memory.cpp: re-use existing rows, though it doesn't
2409           seem to help memory jitter much
2411 2005-05-15  MenTaLguY  <mental@rydia.net>
2413         * src/debug/heap.cpp: fix bounds error
2415         * src/ui/dialog/memory.cpp, src/ui/dialog/memory.h:
2416         
2417         flesh out basic memory info dialog
2419 2005-05-15  MenTaLguY  <mental@rydia.net>
2421         * configure.ac: cleaned up tests
2423         * src/debug/heap.cpp: fixed feature macro names
2425 2005-05-15  MenTaLguY  <mental@rydia.net>
2427         * configure.ac: added tests for mallinfo and malloc.h
2429         * src/gc.cpp, src/debug/heap.cpp, src/debug/heap.h:
2431           fix up Debug::Heap API slightly
2433 2005-05-14  MenTaLguY  <mental@rydia.net>
2435         * src/interface.cpp, src/verbs.cpp, src/verbs.h,
2436           src/ui/dialog/Makefile_insert, src/ui/dialog/dialog-manager.cpp,
2437           src/ui/dialog/dialog-manager.h, src/ui/dialog/memory.cpp,
2438           src/ui/dialog/memory.h:
2439           
2440           added skeletal memory statistics dialog
2442 2005-05-12  Juerg Billeter  <j@bitron.ch>
2444         * configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
2445         (used directly by Inkscape), rather than relying on transitive
2446         dependencies.  It's said that this is required in some cases with
2447         pkgconfig 0.17 and later.
2449 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2451         * ChangeLog configure.ac src/Makefile_insert src/desktop-widget.h
2452           src/desktop.h src/dropper-context.cpp src/file.cpp
2453           src/shortcuts.cpp src/sp-text.cpp src/splivarot.cpp
2454           src/svg-view.h src/text-context.cpp src/verbs.cpp
2455           src/extension/implementation/plugin-link.h
2456           src/extension/internal/grid.cpp src/helper/action.h
2457           src/helper/window.cpp src/ui/dialog/dialog.cpp
2458           src/ui/dialog/messages.cpp src/ui/view/view.cpp
2459           src/ui/view/view.h:   
2461           Moving view.* into src/ui/view/
2462         
2463 2005-05-09  MenTaLguY  <mental@rydia.net>
2465         * src/gc-alloc.h: const-correctness fix
2467 2005-05-08  Bryce Harrington <bryce@bryceharrington.org>
2469         * configure.ac:  Defaulting with-gnome-vfs to on if library is
2470           present. 
2471         
2472         * po/POTFILES.in : Fixed error causing compile failure
2474         * src/Makefile_insert src/arc-context.cpp src/desktop-events.cpp
2475            src/desktop.cpp src/desktop.h src/dyna-draw-context.cpp
2476            src/gradient-context.cpp src/gradient-toolbar.cpp
2477            src/interface.cpp src/make.dep src/make.files
2478            src/rect-context.cpp src/select-context.cpp
2479            src/select-toolbar.cpp src/seltrans.cpp src/spiral-context.cpp
2480            src/star-context.cpp src/toolbox.cpp src/verbs.cpp src/view.cpp
2481            src/view.h src/application/application.cpp
2482            src/application/application.h src/application/editor.cpp
2483            src/application/editor.h src/ui/dialog/align-and-distribute.cpp
2484            src/ui/dialog/align-and-distribute.h
2485            src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h
2486            src/ui/dialog/dialog.cpp src/ui/dialog/dialog.h
2487            src/ui/dialog/document-preferences.cpp
2488            src/ui/dialog/document-preferences.h src/ui/dialog/export.cpp
2489            src/ui/dialog/export.h src/ui/dialog/extension-editor.cpp
2490            src/ui/dialog/extension-editor.h
2491            src/ui/dialog/fill-and-stroke.cpp
2492            src/ui/dialog/fill-and-stroke.h src/ui/dialog/find.cpp
2493            src/ui/dialog/find.h src/ui/dialog/inkscape-preferences.cpp
2494            src/ui/dialog/inkscape-preferences.h
2495            src/ui/dialog/layer-editor.cpp src/ui/dialog/layer-editor.h
2496            src/ui/dialog/messages.h src/ui/dialog/text-properties.cpp
2497            src/ui/dialog/text-properties.h
2498            src/ui/dialog/transformation.cpp src/ui/dialog/transformation.h
2499            src/ui/dialog/tree-editor.h src/ui/dialog/xml-editor.cpp
2500            src/ui/dialog/xml-editor.h src/ui/view/Makefile_insert
2501            src/ui/view/edit.cpp src/ui/view/edit.h :
2503            Renaming sp-desktop-widget.h to desktop-widget.h for
2504            consistency with other desktop files.  Beginning migration of
2505            desktop-* and view* files into ui/view/ subdir.  Incorporating
2506            DialogManager into existing SPDesktop code.  Making SPView
2507            derive from GObject.  Changing Messages dialog to run via
2508            DialogManager.  Removing getName() and getDesc() routines from
2509            Dialogs.  
2510         
2511 2005-05-08  MenTaLguY  <mental@rydia.net>
2513         * src/Makefile_insert: change link order since the GC code now
2514           depends on the debugging stuff
2516         * src/debug/Makefile_insert, src/debug/heap.cpp, src/debug/heap.h:
2518           added heap statistics stuff
2520         * src/gc.cpp: register the GC heap with the heap statistics facility
2522 2005-05-07  MenTaLguY  <mental@rydia.net>
2524         * src/gc-anchored.h, src/gc-core.h, src/gc-finalized.h,
2525           src/gc-managed.h, src/gc.cpp:
2527           hide the global Ops structure from the outside world, and expose
2528           some additional libgc API.
2530 2005-05-07  Ted Gould  <ted@gould.cx>
2532         * src/extension/parameter.cpp: bug fix for empty string parameter
2534         * share/extensions/dropshadow.inx,
2535         src/extension/implementation/script.cpp:
2537         Adding in an "interpreter" attribute for "command" that will prepend
2538         the command with the interpreter.  Right now only "perl" and "python"
2539         work, and they only prepend "perl" and "python", but more will be
2540         added later.
2542 2005-05-07  MenTaLguY  <mental@rydia.net>
2544         * src/xml/composite-node-observer.cpp: bug fixes
2546         * src/xml/simple-node.cpp, src/xml/simple-node.h: switch to using
2547           CompositeNodeObserver, which has saner add/remove semantics
2549         * src/util/list-container-test.cpp: add another test, just to be sure
2551         * src/dialogs/xml-tree.cpp: remove need for is_interactive flag on
2552           attribute changes (the flag is effectively disabled by the other
2553           changes)
2555 2005-05-05  MenTaLguY  <mental@rydia.net>
2557         * src/debug/event.h, src/debug/logger.cpp:
2559           PropertyPair is now its own class
2560         
2561         * src/xml/simple-node.cpp: add logging of XML node mutation
2563         * src/xml/Makefile_insert, src/xml/composite-node-observer.cpp,
2564           src/xml/composite-node-observer.h:
2566           added CompositeNodeObserver class, which will eventually replace
2567           the existing notifier lists
2569 2005-05-05  MenTaLguY  <mental@rydia.net>
2571         * src/inkscape.cpp: try to cleanly terminate log in case of crashes
2573 2005-05-05  MenTaLguY  <mental@rydia.net>
2575         * src/document-undo.cpp, src/debug/Makefile_insert, src/debug/logger.cpp,
2576           src/debug/simple-event.h, src/xml/event.cpp:
2578           add debug logging for undo+redo+transactions
2580 2005-05-05  MenTaLguY  <mental@rydia.net>
2582         * src/inkscape.cpp, src/main.cpp: initialize and shutdown debug log
2583           from more reliable place
2585         * src/debug/logger.cpp: clean up log via std::atexit()
2587 2005-05-04  MenTaLguY  <mental@rydia.net>
2589         * configure.ac, src/Makefile.am, src/Makefile_insert,
2590           src/debug/Makefile_insert, src/debug/makefile.in:
2592           added src/debug/ subdir
2594         * src/gc-alloc.h: no default management type for now
2596         * src/debug/event-tracker.h, src/debug/event.h, src/debug/logger.cpp,
2597           src/debug/logger.h: simple XML logging facility
2599         * src/util/Makefile_insert: fixed cut-and-paste error
2601 2005-04-29  Jon A. Cruz  <jon@joncruz.org>
2602         * src/dialogs/swatches.cpp, src/dialogs/eek-preview.h,
2603           src/dialogs/eek-preview.cpp:
2605         Added property to swatch to block taking focus.
2607 2005-04-28  Jon A. Cruz  <jon@joncruz.org>
2608         * src/dialogs/Makefile_insert, src/dialogs/eek-preview.cpp,
2609           src/dialogs/eek-preview.h, src/dialogs/swatches.cpp,
2610           src/dialogs/swatches.h, src/ui/previewholder.cpp,
2611           src/ui/previewable.h, src/ui/widget/panel.cpp:
2613           Adding new widget for color swatch usage.
2615 2005-04-24  Bryce Harrington <bryce@bryceharrington.org>
2617         * src/Makefile.am src/Makefile_insert,
2618           src/application/Makefile_insert, src/application/editor.cpp,
2619           src/application/editor.h, src/extension/internal/svg.cpp,
2620           src/ui/Makefile_insert, src/ui/view/Makefile_insert,
2621           src/ui/view/edit.cpp, src/ui/view/edit.h, src/ui/view/makefile.in,
2622           src/application/editor-impl.cpp, src/application/editor-impl.h:
2624           Renaming EditorImpl to UI::View::Edit
2626           Fixing bug 1185873 "batch mode crasher" caused by VFS being
2627           called with relative paths.  Adding a check to see whether the
2628           input is a valid uri, and if not, just calling sp_document_new
2629           directly.
2632 2005-04-23  Ted Gould  <ted@gould.cx>
2634         * src/extension/input.cpp, src/extension/input.h,
2635         src/extension/output.cpp, src/extension/output.h,
2636         src/extension/system.cpp, src/extension/implementation/implementation.cpp,
2637         src/extension/implementation/implementation.h,
2638         src/extension/implementation/plugin-link.h,
2639         src/extension/implementation/plugin.cpp,
2640         src/extension/implementation/plugin.h,
2641         src/extension/implementation/script.cpp,
2642         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
2643         src/extension/internal/eps-out.h:
2645         Changing the prototype for the input/output preferences to be closer to
2646         that of Effects.  This is a good thing because now autogui can be used for
2647         all, and it is much cleaner.  Unfortunately, this caused alot of files to
2648         be changed.  Also, this sets up the extensions dialog (we're only using
2649         one now) to be integrated into the GTKmm codebase easier.
2651 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2652         * src/widgets/sp-color-wheel-selector.cpp,
2653           src/widgets/sp-color-scales.h, src/widgets/sp-color-slider.cpp,
2654           src/widgets/sp-color-scales.cpp:
2655         Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2657 2005-04-21  Jon A. Cruz  <jon@joncruz.org>
2658         * src/xml/repr-io.cpp:
2659         Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2661 2005-04-20  Jon A. Cruz  <jon@joncruz.org>
2662         * src/sp-object-repr.cpp:
2663         Turned off the half-done <animate> element. Fixes bug #1119935.
2665 2005-04-19  Carl Hetherington  <inkscape@carlh.net>
2667         * src/pen-context.cpp: snap first point to grid correctly, fixing
2668         #1152057.  Remove a pointless call to spdc_endpoint_snap().
2670         * src/main.cpp: support for command-line export of PS and EPS,
2671         with options.
2673 2005-04-19  Piers Titus van der Torren  <piersvdt@users.sourceforge.net>
2674         * src/seltrans.cpp:
2675         Fixed skew so it displays and snaps to angle instead of percentage.
2677 2005-04-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2679         * src/extension/internal/pov-out.cpp (PovOutput::save):
2680         Was dividing component bytes by 256 instead of the usual 255 to get
2681         floating point component.  Changed to use sp_color_get_rgb_floatv
2682         instead.  (N.B. This change is wrong if pov files disallow 1.0.)
2684         Multiply opacity by product of all ancestors' opacity property computed
2685         value.
2687 2005-04-18  Carl Hetherington  <inkscape@carlh.net>
2689         * src/sp-line.cpp, src/dialogs/unclump.cpp,
2690         src/extension/internal/ps.cpp,
2691         src/libnrtype/Layout-TNG-Output.cpp,
2692         src/Layout-TNG-Scanline-Makers.cpp, src/livarot/PathCutting.cpp:
2693         add missing include of nr-point-matrix-ops.h.
2695 2005-04-17  Jon A. Cruz  <jon@joncruz.org>
2696         * src/toolbox.cpp:
2698         Corrected improper use of static. Fixes bug #1171919.
2700 2005-04-16  Ted Gould  <ted@gould.cx>
2702         * src/extension/extension.cpp, src/extension/parameter.cpp:
2704         Adding in autogui for strings and booleans.  Also making everything
2705         a little more robust.
2707 2005-04-17  cyreve  <cyreve@users.sourceforge.net>
2709         * src/: sp-text.cpp, sp-text.h, text-context.cpp, text-editing.cpp,
2710           text-editing.h, libnrtype/Layout-TNG-Compute.cpp: hook up keys
2711           for adding rotate= attribute to text elements
2713         * src/libnrtype/Layout-TNG-OutIter.cpp: visual cursor left/right in
2714           counterdirectional text runs
2716 2005-04-16  cyreve  <cyreve@users.sourceforge.net>
2718         * src/: display/nr-arena-glyphs.cpp, libnrtype/FontInstance.cpp,
2719           libnrtype/RasterFont.cpp, libnrtype/font-instance.h,
2720           libnrtype/font-style.h: make miter-limit work for text outlines
2721           (bug 1094430)
2723 2005-04-16  Ted Gould  <ted@gould.cx>
2725         * src/main.cpp:
2727         Added a command-line arguement --extension-directory to find what
2728         extension directory Inkscape is configured for.  This should be 
2729         helpful for external extensions that want to use the same path
2730         as Inkscape itself on their install.
2732         * src/extension/extension.cpp, src/extension/init.cpp:
2734         Putting in half of Aaron's fix, mostly the one to keep things from
2735         crashing, next we need to examine how to add multiple search paths
2736         for extension dependencies.
2738         Also, added a check so that autogui won't create a GUI if there are
2739         no preferences.
2741 2005-04-13  Jon Phillips <jon@rejon.org>
2742         * src/toolbox.cpp: removed code that was beeping and prepped for new
2743           drag-n-drop color swatches.
2745 2005-04-13  cyreve  <cyreve@users.sourceforge.net>
2747         * src/path-chemistry.cpp: wire up converting object to path for
2748           flowtext
2750 2005-04-13  Jon A. Cruz  <jon@joncruz.org>
2751         * src/dialogs/swatches.cpp:
2753         Simple drag-n-drop out from color swatches.
2755 2005-04-12  cyreve  <cyreve@users.sourceforge.net>
2757         * src/: selection-chemistry.cpp, text-context.cpp, text-context.h,
2758           text-editing.cpp, text-editing.h: cut and copy selected text (bug
2759           1175441)
2761 2005-04-12  Ted Gould  <ted@gould.cx>
2763         * src/extension/extension.cpp, src/extension/extension.h,
2764         src/extension/parameter.cpp, src/extension/parameter.h,
2765         src/extension/implementation/script.cpp:
2767         This is support for having command line arguments from the parameters,
2768         mostly this is a quick hack to get Aaron working, I'll clean it up
2769         shortly, I promise.  But, it does seem to be working right now.  More
2770         polish shortly.
2772 2005-04-10  Jon A. Cruz  <jon@joncruz.org>
2773         * src/interface.cpp:
2775         Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
2778 2005-04-10  Ted Gould  <ted@gould.cx>
2780         * Lots of files:
2782         Moving around the plugins, and disabling the feature.  I've put all
2783         the functionality into the internal directory.  This should allow for
2784         the features to be used until plugins could work.  Also, adding in
2785         features to do autogui with the parameters of a given extension.
2787 2005-04-09  Bryce <bryce@bryceharrington.org>
2789         * src/view.h, src/application/editor-impl.cpp,
2790           src/application/editor-impl.h, src/svg-view.h:
2792           C++-ification.  Created some C++ wrapper member functions for
2793           SPView and SPSVGView, to enable Gtkmmification of SPDesktop
2795 2005-04-09  MenTaLguY  <mental@rydia.net>
2797         * src/selection.cpp, src/selection.h, src/dialogs/align.cpp,
2798           src/extension/implementation/script.cpp,
2799           src/extension/plugin/bluredge.cpp, src/util/glib-list-iterators.h:
2801           excise STL abuse, and fix up the glib list iterators
2803 2005-04-09  MenTaLguY  <mental@rydia.net>
2805         * src/file.cpp, src/interface.cpp, src/shortcuts.cpp,
2806           src/sp-object-repr.cpp, src/sp-skeleton.cpp, src/verbs.cpp,
2807           src/dialogs/export.cpp, src/display/nr-arena-item.cpp,
2808           src/libnrtype/FontFactory.cpp, src/libnrtype/TextWrapper.h,
2809           src/livarot/ShapeMisc.cpp, src/livarot/float-line.cpp:
2811           combined several different 64-bit cleanness patches
2813 2005-04-08 Jon Phillips <jon@rejon.org>
2814         * src/ui/dialog/dialog-manager.cpp src/ui/dialog/dialog-manager.h: 
2815           added copyright statements about dialog manager code I wrote.
2817 2005-04-08  MenTaLguY  <mental@rydia.net>
2819         * src/draw-context.cpp, src/dyna-draw-context.cpp, src/path-chemistry.cpp,
2820           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
2821           src/splivarot.cpp, src/extension/plugin/bluredge.cpp,
2822           src/trace/trace.cpp:
2824           renaming Inkscape::Selection methods that deal with XML::Nodes
2826 2005-04-08  MenTaLguY  <mental@rydia.net>
2828         * src/document-undo.cpp: try again with handling incomplete transactions
2829           more gracefully
2831 2005-04-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2833         * src/io/sys.h, src/io/sys.cpp (dir_open, dir_read_utf8name):
2834           New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
2836 2005-04-02  Bryce Harrington <bryce@bryceharrington.org>
2838         * configure.ac share/ui/menus-bars.xml, src/Makefile.am,
2839           src/Makefile_insert, src/file.cpp,
2840           src/application/editor-impl.cpp,
2841           src/application/editor-impl.h,
2842           src/extension/init.cpp, src/extension/input.cpp,
2843           src/extension/system.cpp,
2844           src/extension/implementation/implementation.cpp,
2845           src/extension/implementation/plugin.cpp,
2846           src/extension/implementation/script.cpp,
2847           src/extension/internal/svg.cpp
2848         : Implementing preliminary load-from-URI functionality.
2849         
2851 2005-04-02  MenTaLguY  <mental@rydia.net>
2853         * src/document-undo.cpp, src/xml/event-fns.h, src/xml/event.cpp,
2854           src/xml/event.h:
2856           more debugging info for incomplete transactions
2858 2005-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2860         * src/sp-gradient.cpp: Fix crash with cycles in gradient hrefs.
2862 2005-04-01  Jon A. Cruz  <jon@joncruz.org>
2863         * src/ui/widget/panel.h, src/ui/widget/panel.cpp, src/ui/previewholder.h,
2864           src/ui/previewholder.cpp,src/dialogs/swatches.cpp,
2865           src/dialogs/swatches.h:
2866           Added UI for switching palettes
2868 2005-04-01  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
2869         * src/style.cpp (sp_style_merge_from_dying_parent): New function to
2870           combine the styles of the <use> element and its ghost child when
2871           unlinking.
2872         * src/sp-use.cpp: Use it.
2874 2005-03-31  Jon A. Cruz  <jon@joncruz.org>
2875         * src/ui/widget/panel.cpp, src/ui/widget/panel.h, src/path-prefix.h,
2876           src/dialogs/swatches.cpp, src/dialogs/swatches.h
2877           share/palettes/Makefile.am, share/palettes/svg.gpl:
2878           Adding palette loading.
2880 2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
2881         * share/icons/David_icons.svg: new icon theme by David Christian Berg
2883         * share/icons/README.icons: explanations on how to use the theme
2885 2005-03-30  Jean-François Lemaire <jflemaire@skynet.be>
2886         * share/icons/icons.svg: included the layer menu icons
2888         * src/verbs.cpp: assigned names for the layer menu icons
2890 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2891         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
2892           src/ui/previewholder.h, src/ui/previewfillable.h,
2893           src/dialogs/iconpreview.cpp, src/dialogs/swatches.cpp:
2894           Adding panel menu
2896 2005-03-27  Jon Phillips <jon@rejon.org>
2897         * src/toolbox.cpp src/toolbox.h src/ui/dialog/dialog-manager.cpp
2898           src/ui/dialog/dialog-manager.h: Added generic dialog adding,
2899           deleting, and getting and fixed toolboxes to be static with no
2900           warnings.
2902 2005-03-26  Bryce <bryce@bryceharrington.com>
2904         * share/ui/keybindings.rc, share/ui/menus-bars.xml
2905           src/application/editor-impl.cpp, src/application/editor-impl.h,
2906           src/extension/internal/svg.cpp, src/ui/dialog/Makefile_insert,
2907           src/ui/dialog/dialog-manager.cpp,
2908           src/ui/dialog/dialog-manager.h, src/ui/dialog/messages.cpp,
2909           src/ui/dialog/messages.h: Initial implementation of canvas in
2910           gtkmm.  Incorporating Messages dialog.
2913 2005-03-24  MenTaLguY  <mental@rydia.net>
2915         * src/sp-item.cpp: fix relative transforms to accommodate viewbox
2917 2005-03-24  Jon A. Cruz  <jon@joncruz.org>
2919         * src/ui/Makefile_insert, src/dialogs/swatches.cpp,
2920           src/dialogs/swatches.h, src/ui/previewable.h,
2921           src/ui/previewfillable.h, src/ui/previewholder.cpp,
2922           src/ui/previewholder.h:
2923           Refactoring previewable functionality to be more generic
2925 2005-03-24  cyreve  <cyreve@users.sourceforge.net>
2927         * src/: text-context.cpp, text-editing.cpp, text-editing.h:
2928           functions for applying style to selected text, and wire them
2929           up to ctrl-b/ctrl-i for bold/italic
2931 2005-03-23  Jon Phillips <jon@rejon.org>
2932         * src/toolbox.h src/toolbox.cpp: Fixed warning messages.
2934 2005-03-23  Jon A. Cruz  <jon@joncruz.org>
2936         * src/ui/previewable.h, src/ui/Makefile_insert,
2937           src/dialogs/swatches.h, src/dialogs/swatches.cpp:
2938           Preliminary work for 'Previewable' interface.
2940 2005-03-23  cyreve  <cyreve@users.sourceforge.net>
2942         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
2943           libnrtype/Layout-TNG-Output.cpp: make text on path work correctly
2944           with accent glyphs and suchlike
2946         * src/: text-chemistry.cpp, libnrtype/Layout-TNG.h: apply text's
2947           alignment to startOffset on new textpath elements, fixes bug
2948           1168145
2950         * src/libnrtype/Layout-TNG-OutIter.cpp: selecting text to the end
2951           sometimes displays wrong
2953 2005-03-22  MenTaLguY  <mental@rydia.net>
2955         * src/arc-context.cpp, src/desktop-handles.cpp,
2956           src/desktop-handles.h, src/desktop.cpp, src/desktop.h,
2957           src/document.h, src/draw-context.cpp, src/draw-context.h,
2958           src/file.cpp, src/forward.h, src/gradient-context.cpp,
2959           src/gradient-drag.cpp, src/gradient-drag.h, src/gradient-toolbar.cpp,
2960           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
2961           src/node-context.h, src/nodepath.cpp, src/object-ui.cpp,
2962           src/path-chemistry.cpp, src/rect-context.cpp, src/selcue.cpp,
2963           src/selcue.h, src/select-context.cpp, src/select-toolbar.cpp,
2964           src/selection-chemistry.cpp, src/selection-chemistry.h,
2965           src/selection-describer.cpp, src/selection-describer.h,
2966           src/selection.cpp, src/selection.h, src/seltrans.cpp,
2967           src/seltrans.h, src/sp-flowtext.cpp, src/spiral-context.cpp,
2968           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
2969           src/text-context.cpp, src/toolbox.cpp, src/verbs.cpp,
2970           src/dialogs/align.cpp, src/dialogs/clonetiler.cpp,
2971           src/dialogs/display-settings.cpp, src/dialogs/fill-style.cpp,
2972           src/dialogs/find.cpp, src/dialogs/iconpreview.cpp,
2973           src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
2974           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
2975           src/dialogs/tiledialog.cpp, src/dialogs/transformation.cpp,
2976           src/dialogs/xml-tree.cpp, src/extension/plugin/bluredge.cpp,
2977           src/extension/plugin/grid.cpp, src/trace/trace.cpp,
2978           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
2979           src/ui/dialog/transformation.cpp, src/ui/dialog/transformation.h,
2980           src/widgets/sp-widget.cpp, src/widgets/sp-widget.h:
2982           SPSelection -> Inkscape::Selection
2984 2005-03-22  cyreve  <cyreve@users.sourceforge.net>
2986         * src/text-context.cpp: pressing esc doesn't hide text selection
2988         * src/: text-context.cpp, text-context.h, text-editing.cpp,
2989           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
2990           libnrtype/Layout-TNG.h: make text selection inverse
2992 2005-03-21  Jon Phillips <jon@rejon.org>
2994         * share/icons/icons.svg src/dropper-context.cpp
2995           src/dropper-context.h src/toolbox.cpp src/toolbox.h
2996           src/dialogs/display-settings.cpp: Added controls for eye dropper
2997           so that I could get color values. Removed option from application
2998           preferences.
3000 2005-03-21  MenTaLguY  <mental@rydia.net>
3002         * src/util/Makefile_insert, src/util/glib-list.h,
3003           src/util/glib-list-iterators.h:
3005           retired old Glib list to Util::List adaptor and replaced it with
3006           new iterator classes that directly wrap the Glib list types
3008 2005-03-21  cyreve  <cyreve@users.sourceforge.net>
3010         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp: text
3011           selection doesn't show when it starts at the end of a line
3013         * src/: text-context.cpp, text-editing.cpp: crash on overtyping
3014           selection, and displayed selection not removed on overtype
3016         * src/text-editing.cpp: kerning information placed wrongly in text
3017           after child span element
3019         * src/libnrtype/Layout-TNG-OutIter.cpp: crash when pressing home key
3021         * src/: text-context.cpp, text-context.h: text selection using the
3022           mouse
3024         * src/: make.dep, make.files, make.ofiles,
3025           libnrtype/Layout-TNG-OutIter.cpp: further optimisation of text
3026           selection, and an implementation for text on a path
3028         * src/: text-editing.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3029           libnrtype/Layout-TNG.h: optimisation of text selection and fixing
3030           some bugs in it
3032 2005-03-18  MenTaLguY  <mental@rydia.net>
3034         * src/arc-context.cpp, src/file.cpp, src/gradient-context.cpp,
3035           src/node-context.cpp, src/object-ui.cpp, src/path-chemistry.cpp,
3036           src/rect-context.cpp, src/select-context.cpp,
3037           src/selection-chemistry.cpp, src/selection.cpp, src/selection.h,
3038           src/sp-flowtext.cpp, src/spiral-context.cpp, src/splivarot.cpp,
3039           src/star-context.cpp, src/text-chemistry.cpp, src/text-context.cpp,
3040           src/dialogs/find.cpp, src/dialogs/in-dt-coordsys.cpp,
3041           src/dialogs/xml-tree.cpp:
3043           cleaned up the selection API slightly
3045 2005-03-20  cyreve  <cyreve@users.sourceforge.net>
3047         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3048           text-editing.h, libnrtype/Layout-TNG-OutIter.cpp,
3049           libnrtype/Layout-TNG.h: initial implementation of text selection
3050           (keyboard only)
3052         * src/libnrtype/Layout-TNG-OutIter.cpp: making
3053           createSelectionShape() work
3055         * src/: sp-text.cpp, sp-text.h: text-anchor sometimes won't work in
3056           text on a path when x/y coordinates are set
3058         * src/libnrtype/Layout-TNG-Output.cpp: text on path: cut characters
3059           before start of path and calculate bounding box correctly when
3060           this happens
3062 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3063         * src/dialogs/Makefile_insert, src/dialogs/swatches.cpp,
3064           src/dialogs/swatches.h, src/verbs.h, src/verbs.cpp,
3065           src/interface.cpp:
3066           Initial cut of swatches panel.
3068 2005-03-19  cyreve  <cyreve@users.sourceforge.net>
3070         * src/libnrtype/Layout-TNG-Compute.cpp: rendering of
3071           multiple-character clusters in rtl text is wrong (bug 1166603)
3073         * src/: make.dep, make.files, make.ofiles, sp-text.cpp, sp-text.h,
3074           text-editing.cpp: glue kerning info back together on deleting
3075           line breaks
3077         * src/sp-tspan.cpp: textpath startOffset attribute doesn't save
3078           correctly when it's a percentage (remnants of bug 1124722)
3080         * src/: text-context.cpp, text-context.h, text-editing.cpp,
3081           text-editing.h, libnrtype/Layout-TNG.h: use Layout::iterator for
3082           storing cursor position. Fixes bug 1093660 related to rtl cursor
3083           movement
3085         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG.h: implement
3086           backend cursor movement functions properly for multidirectional
3087           text
3089         * src/libnrtype/Layout-TNG-Output.cpp: create more efficient
3090           postscript output
3092         * src/libnrtype/: Layout-TNG-OutIter.cpp, Layout-TNG-Output.cpp,
3093           Layout-TNG.h: obey text-align attribute when fitting text to a
3094           path (fixes bug 1124722)
3096         * src/: attributes-test.cpp, attributes.cpp, attributes.h,
3097           sp-flowtext.cpp, sp-text.cpp, sp-tspan.cpp, sp-tspan.h,
3098           style-test.cpp, libnrtype/Layout-TNG-Output.cpp: wire up
3099           startOffset attribute to textpath and fix bugs in it
3101         * src/sp-flowtext.cpp: unflow text command loses formatting
3103         * src/xml/repr-io.cpp: xml pretty-printer adding whitespace in
3104           xml:space=preserve elements
3106         * src/: sp-flowtext.cpp, text-editing.cpp: line breaks not being
3107           put before strings immediately following para elements, and
3108           deleting line breaks copies style wrongly
3110 2005-03-18  MenTaLguY  <mental@rydia.net>
3112         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3113           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3114           src/xml/node-fns.cpp, src/xml/node-fns.h, src/xml/node-iterators.h,
3115           src/xml/repr.cpp, src/xml/simple-node.cpp:
3117           renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
3118           into Inkscape::XML namespace (as e.g. previous_node)
3120 2005-03-18  cyreve  <cyreve@users.sourceforge.net>
3122         * src/libnrtype/Layout-TNG-Compute.cpp: cursor position on blank
3123           first line sometimes goes wrong
3125         * src/: make.dep, make.files, make.ofiles, text-editing.cpp:
3126           spurious line break added before text in text and font dialog
3127           (bug 1166016)
3129         * src/: make.dep, make.files, make.ofiles, libnrtype/FlowBoxes.cpp,
3130           libnrtype/FlowBoxes.h, libnrtype/FlowDefs.h,
3131           libnrtype/FlowDest.cpp, libnrtype/FlowDest.h,
3132           libnrtype/FlowEater.cpp, libnrtype/FlowEater.h,
3133           libnrtype/FlowRes.cpp, libnrtype/FlowRes.h,
3134           libnrtype/FlowResOut.cpp, libnrtype/FlowSols.cpp,
3135           libnrtype/FlowSols.h, libnrtype/FlowSrc.cpp, libnrtype/FlowSrc.h,
3136           libnrtype/FlowSrcText.cpp, libnrtype/FlowSrcText.h,
3137           libnrtype/FlowStyle.cpp, libnrtype/FlowStyle.h,
3138           libnrtype/FlowUtils.cpp, libnrtype/FlowUtils.h,
3139           libnrtype/Makefile_insert: remove all old text layout code (7,577
3140           lines)
3142         * src/: sp-flowregion.cpp, sp-flowregion.h, sp-flowtext.cpp,
3143           sp-string.cpp, sp-tspan.cpp: purge flow_dest class from code
3145         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3146           libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: define a value
3147           for line-height:normal and use it consistently
3149         * src/: sp-text.cpp, sp-text.h, text-editing.cpp: adjust kerning
3150           attributes on adding/removing line breaks
3152 2005-03-17  MenTaLguY  <mental@rydia.net>
3154         * src/display/nr-arena-group.cpp, src/display/nr-arena-item.cpp:
3156           whoops, we were calling the 'children' vfunc rather than
3157           'last_child' when appending, hence the bug... fixed now.
3159 2005-03-17  cyreve  <cyreve@users.sourceforge.net>
3161         * src/: sp-text.cpp, libnrtype/Layout-TNG-Compute.cpp,
3162           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h: x,y
3163           attributes on tspans set wrongly when alignment != left (bug
3164           1165427)
3166         * src/: sp-text.cpp, sp-text.h: break before tspan role=line
3167           elements, ie allow first tspan not to have role=line
3169         * src/: make.dep, make.files, make.ofiles, sp-flowtext.cpp,
3170           sp-object.cpp: fix inheritance problems with xml:space attribute
3172         * src/libnrtype/Layout-TNG-OutIter.cpp: crash on pressing enter
3173           immediately after creating text
3175         * src/: object-ui.cpp, sp-flowtext.cpp: set xml:space=preserve on
3176           new flowdiv elements
3178         * src/libnrtype/Layout-TNG-Compute.cpp: second try at solving
3179           numerical problems when line-height is set
3181         * src/: sp-flowtext.cpp, sp-flowtext.h, verbs.cpp: slightly
3182           objectify SPFlowtext and rearrange its updating a tiny bit
3184         * src/: path-chemistry.cpp, sp-flowregion.cpp, sp-offset.cpp,
3185           sp-text.cpp, sp-text.h, sp-use-reference.cpp, splivarot.cpp:
3186           slightly objectify SPText & rearrange updating code, also fixes
3187           bug causing all letters to appear on top of each other
3189         * src/libnrtype/Layout-TNG-Compute.cpp: characters will draw
3190           multiple times when x or y attributes set
3192 2005-03-16  cyreve  <cyreve@users.sourceforge.net>
3194         * src/text-editing.cpp: kerning: add/remove kerns with
3195           insertion/deletion of characters, and only apply kerns to the
3196           topmost xml object
3198         * src/: help.cpp, selection-chemistry.cpp, sp-text.cpp, sp-text.h,
3199           text-context.cpp, text-editing.cpp, text-editing.h,
3200           dialogs/text-edit.cpp: move functions applying to both text and
3201           flowtext to text-editing & rename them. Also fixes crash on
3202           letter/linespacing adjustment for flowtext
3204         * src/text-editing.cpp: fix crash on pressing delete at the end of
3205           text
3207         * src/: text-editing.cpp, libnrtype/Layout-TNG-Compute.cpp,
3208           libnrtype/Layout-TNG-OutIter.cpp, libnrtype/Layout-TNG.h:
3209           position cursor correctly in empty text objects
3211         * src/: sp-item-group.cpp, sp-object.cpp: optimise adding children
3212           to the end of a group - big improvement for tile clones
3214         * src/: sp-flowtext.cpp, sp-text.cpp, text-context.cpp,
3215           text-editing.cpp, text-editing.h: text editing fixes: track line
3216           breaks with preceding para tag, finish abstracting line
3217           break/remove functions to work on flowtext
3219         * src/libnrtype/Layout-TNG-Compute.cpp: cursor positioning
3220           off-by-one in some cases of wrapped text
3222 2005-03-15  cyreve  <cyreve@users.sourceforge.net>
3224         * src/libnrtype/Layout-TNG-Compute.cpp: small tweak to make cursor
3225           positioning work right in counterdirectional spans in fully
3226           justified text
3228         * src/sp-text.cpp: tweak function for adjusting linespacing by
3229           keyboard to be more precise
3231         * src/: attributes-test.cpp, attributes.cpp, make.dep, make.files,
3232           make.ofiles, style-test.cpp, style.cpp,
3233           libnrtype/Layout-TNG-Output.cpp: make the unit tests pass for the
3234           new styles, and workaround build breakage when pango < 1.8
3235           installed
3237         * src/: sp-flowtext.cpp, sp-flowtext.h,
3238           libnrtype/Layout-TNG-Compute.cpp,
3239           libnrtype/Layout-TNG-Scanline-Makers.cpp, libnrtype/Layout-TNG.h:
3240           wiring up full justification to old attribute & fixing bugs in
3241           it, which turned in to a major refactoring of layout code
3243 2005-03-14  Jon Phillips <jon@rejon.org>
3244         * src/attributes-test.cpp, src/attributes.cpp, src/attributes.h,
3245           src/desktop.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3246           src/dialogs/desktop-properties.cpp:
3247           Added showpageshadow preference to document preferences. Set to
3248           on automatically and saves with document if off.
3250 2005-03-14  MenTaLguY  <mental@rydia.net>
3252         * src/display/nr-arena-item.h, src/display/nr-arena-item.cpp,
3253           src/display/nr-arena-group.cpp:
3255           added virtual accessor for last child
3257 2005-03-14  Jon A. Cruz  <jon@joncruz.org>
3258         * src/interface.cpp, src/verb.cpp, src/verbs.h,
3259           src/ui/widget/panel.cpp, src/dialogs/Makefile_insert,
3260           src/dialogs/extensions.cpp, src/dialogs/extensions.h,
3261           src/extension/error-file.cpp:
3262           Added rough cut of initial extensions panel and dialog.
3264 2005-03-13  Bryce Harrington <bryce@bryceharrington.org>
3266         * src/path-prefix.h: Rearranging linking of libui and libutil
3268         * src/application/application.cpp, src/application/application.h
3269           src/application/editor-impl.cpp,
3270           src/ui/dialog/dialog-manager.cpp,  src/ui/dialog/dialog.cpp,
3271           src/ui/dialog/dialog.h, src/ui/widget/labelled.cpp,
3272           src/ui/dialog/transformation.h, src/ui/dialog/transformation.cpp,
3273           src/ui/widget/unit-menu.h, src/util/units.cpp:
3274           Integrating Transformation dialog.  Removing hardcoded paths.
3276         * share/icons/Makefile.in, share/icons/arrows-horiz.svg,
3277           share/icons/arrows-vert.svg, share/icons/arrows_hor.xpm,
3278           share/icons/arrows_ver.xpm, share/icons/rotate.svg,
3279           share/icons/rotate.xpm, share/icons/scale_hor.xpm,
3280           share/icons/scale_ver.xpm, share/icons/Makefile.am:
3281           Adding icons needed by transformation dialog
3283         * share/ui/units.txt,  share/ui/units.xml:
3284           Moving units into ui/ subdir.  Dunno if this is the best
3285           location for them, but pjrm thought it'd be ok for now.
3287 2005-03-13  cyreve  <cyreve@users.sourceforge.net>
3289         * src/sp-text.cpp: allow adjusting letter spacing when cursor is at
3290           eol
3292         * src/: make.dep, make.files, make.ofiles,
3293           libnrtype/Layout-TNG-Compute.cpp,
3294           libnrtype/Layout-TNG-OutIter.cpp,
3295           libnrtype/Layout-TNG-Output.cpp, libnrtype/Layout-TNG.h: fix
3296           kerning when align != left, and fix linespacing < 100
3298         * src/: sp-flowtext.cpp, sp-text.cpp, sp-text.h, style.cpp,
3299           style.h, libnrtype/Layout-TNG-Compute.cpp,
3300           libnrtype/Layout-TNG-Input.cpp, libnrtype/Layout-TNG-OutIter.cpp,
3301           libnrtype/Layout-TNG-Output.cpp,
3302           libnrtype/Layout-TNG-Scanline-Maker.h, libnrtype/Layout-TNG.h:
3303           implement line-height css property, & fix percentage handling in
3304           style
3306 2005-03-12  MenTaLguY  <mental@rydia.net>
3308         * src/node-context.cpp, src/node-context.h, src/nodepath.cpp,
3309           src/nodepath.h, src/toolbox.cpp, src/dialogs/align.cpp:
3311           Renamed Path namespace to Inkscape::NodePath, to avoid conflict
3312           with livarot
3314 2005-03-12  Kees Cook  <kees@outflux.net>
3316         * inkscape.nsi: added German translation from Adib Taraben.
3318 2005-03-12  MenTaLguY  <mental@rydia.net>
3320         * src/sp-namedview.cpp, src/sp-metadata.cpp: it's valid for an SPObject
3321           'write' method to be passed the object's own XML node; account for this.
3323 2005-03-12  MenTaLguY  <mental@rydia.net>
3325         * src/xml/simple-node.cpp: assert that src != this in
3326           SimpleNode::mergeFrom
3328 2005-03-12  MenTaLguY  <mental@rydia.net>
3330         * src/gc-alloc.h: minor cosmetic adjustments
3332         * src/util/list-container.h: pedantically correct implementation of
3333           ListContainer::max_size()
3335         * src/xml/simple-node.cpp: use Util::ListContainer iterators in a more
3336           STL-ish fashion
3338 2005-03-12  Jon A. Cruz  <jon@joncruz.org>
3339         * src/ui/widget/panel.h, src/ui/widget/panel.cpp,
3340           src/ui/widget/Makefile_insert, src/dialogs/iconpreview.h,
3341           src/dialogs/iconpreview.cpp:
3342           Initial addition of Panel.
3344 2005-03-12  cyreve  <cyreve@users.sourceforge.net>
3346         * src/sp-flowtext.cpp: text unflow command losing space characters:
3347           add xml:space to generated elements
3349         * src/: attributes.cpp, attributes.h, make.dep, make.files,
3350           make.ofiles, sp-flowtext.cpp, sp-text.cpp, style.cpp, style.h,
3351           text-context.cpp, text-editing.cpp, dialogs/text-edit.cpp,
3352           libnrtype/FlowRes.cpp, libnrtype/Layout-TNG-Compute.cpp,
3353           libnrtype/Layout-TNG-Input.cpp: add several new text properties
3354           to SPStyle and rearrange some of the existing ones, also remove
3355           spurious warning on applying kerning
3357         * src/sp-flowtext.cpp: svg spec requires us to break after flowline
3358           content, not before
3360 2005-03-11  cyreve  <cyreve@users.sourceforge.net>
3362         * src/desktop-style.cpp, src/sp-text.cpp, src/sp-text.h,
3363           src/sp-tspan.cpp, src/sp-tspan.h, src/text-chemistry.cpp,
3364 src/text-editing.cpp,
3365           src/text-editing.h: combine the common attribute handling for text,
3366           tspan and textpath into one class
3368         * src/sp-flowtext.cpp, src/sp-string.cpp: reimplement xml:space attribute
3370         * src/sp-text.cpp, src/libnrtype/Layout-TNG-OutIter.cpp,
3371           src/libnrtype/Layout-TNG.h: apply calculated x/y attributes to tspan
3372           role=line elements
3374         * src/libnrtype/Layout-TNG-Output.cpp: postscript text output
3375           incorrectly scaled (and other problems)
3377 2005-03-10  cyreve  <cyreve@users.sourceforge.net>
3379         * src/sp-flowdiv.h, src/sp-flowtext.h,
3380           src/sp-text.cpp, src/sp-text.h, src/sp-tspan.h, src/text-context.cpp,
3381           src/text-editing.cpp, src/text-editing.h,
3382           src/libnrtype/Layout-TNG-Compute.cpp,
3383           src/libnrtype/Layout-TNG-OutIter.cpp: clean up xml tree properly on
3384           deleting line break, & fix various compile issues
3386         * src/nodepath.cpp, src/sp-flowdiv.cpp,
3387           src/sp-flowdiv.h, src/sp-flowtext.cpp, src/sp-flowtext.h,
3388 src/sp-string.cpp,
3389           src/sp-string.h, src/sp-text.cpp, src/sp-text.h, src/sp-tspan.cpp,
3390 src/sp-tspan.h,
3391           src/text-editing.cpp, src/verbs.cpp, src/libnrtype/FontInstance.cpp,
3392           src/libnrtype/font-instance.h, src/livarot/Shape.h,
3393           src/libnrtype/Layout-TNG-Compute.cpp, src/libnrtype/Layout-TNG-Input.cpp,
3394           src/libnrtype/Layout-TNG-OutIter.cpp,
3395           src/libnrtype/Layout-TNG-Output.cpp,
3396           src/libnrtype/Layout-TNG-Scanline-Maker.h,
3397           src/libnrtype/Layout-TNG-Scanline-Makers.cpp,
3398           src/libnrtype/Layout-TNG.cpp, libnrtype/Layout-TNG.h: huge rewrite of
3399           text layout (and some text editing) code
3401 2005-03-07  Kees Cook  <kees@outflux.net>
3403         * src/libnr/have_mmx.S, src/libnr/nr_mmx_R8G8B8A8_P_EMPTY_A8_RGBAP.S,
3404           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_A8_RGBAP.S,
3405           src/libnr/nr_mmx_R8G8B8A8_P_R8G8B8A8_P_R8G8B8A8_N_TRANSFORM.S,
3406           src/libnr/nr_mmx_R8G8B8_R8G8B8_R8G8B8A8_P.S: execstack patch
3407           from Mike Hearn.
3409 2005-03-07  Jon A. Cruz  <jon@joncruz.org>
3410         * src/interface.cpp, src/verbs.h, src.verbs.cpp, src/widgets/icon.cpp,
3411           src/dialogs/iconpreview.h, src/dialogs/iconpreview.cpp,
3412           src/dialogs/Makefile_insert:
3413           Initial cut of icon preview.
3415 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3417         * share/icons/*.svg, share/icons/Makefile.am:  Adding icons for
3418           new gui interface
3420         * src/ui/icons.cpp:  Fixing some paths
3422         * src/main.cpp src/application/Makefile_insert,
3423           src/application/app-prototype.h,
3424           src/application/application.cpp src/application/editor.cpp,
3425           src/ui/widget/toolbox.cpp,
3426           src/application/editor-impl.cpp:
3427           Broke out editor-impl class to its own file.  Continued getting
3428           the new interface to the point where it'll load and run.
3430         * share/ui/keybindings.rc, share/ui/toolbox.xml, share/ui/menus-bars.xml:
3431           Migrating some of the UI definition stuff into main codebase
3433 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3434         * src/widgets/layer-selector.cpp, src/widgets/icon.h,
3435           src/widgets/icon.cpp, src/dialogs/align.cpp, src/dialogs/find.cpp,
3436           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3437           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3438           src/dialogs/xml-tree.cpp, src/interface.cpp:
3439           Purging PixBufFactory and sp_icon_new_scaled.
3441 2005-03-05  Jon A. Cruz  <jon@joncruz.org>
3442         * src/widgets/icon.cpp, src/widgets/icon.cpp: Switched icon loading
3443           to be deferred and react to theme changes on-the-fly.
3445 2005-03-05  Bryce Harrington <bryce@bryceharrington.org>
3447         * src/application/Makefile_insert,
3448           src/application/app-prototype.cpp,
3449           src/application/editor.h,
3450           src/application/app-prototype.h,
3451           src/application/application.cpp:
3452           Adding Application::AppPrototype class
3453         * src/application/editor.cpp,
3454           src/application/editor.h:
3455           Changing member function getImpl() to getWindow()
3457 2005-03-04  Jon A. Cruz  <jon@joncruz.org>
3458         * src/widgets/icon.cpp: Changed stock item loading to use stock
3459           GtkImage widgets directly.
3461 2005-03-03  MenTaLguY  <mental@rydia.net>
3463         * src/widgets/icon.cpp: more idiomatic iteration
3465 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3466         * src/toolbox.cpp: Added preference to make the top toolbox 'small'.
3468 2005-03-02  Jon A. Cruz  <jon@joncruz.org>
3469         * src/desktop-events.cpp, src/desktop.cpp, src/gradient-toolbar.cpp,
3470           src/interface.cpp, src/select-toolbar.cpp, src/toolbox.cpp,
3471           src/toolbox.h, src/dialogs/find.cpp,
3472           src/dialogs/object-properties.cpp, src/dialogs/stroke-style.cpp,
3473           src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
3474           src/dialogs/xml-tree.cpp, src/widgets/button.cpp,
3475           src/widgets/button.h, src/widgets/icon.cpp, src/widgets/icon.h,
3476           src/widgets/layer-selector.cpp, src/widgets/paint-selector.cpp,
3477           src/widgets/widget-sizes.h:
3478           Initial pass removing hardcoded icon sizes.
3480 2005-03-01  MenTaLguY  <mental@rydia.net>
3482         * src/extensions/internal/ps.cpp: apply patch from Michael Forbes
3483           (miforbes@mbhs.edu) to support gradient fills in Postscript
3485 2005-03-01  MenTaLguY  <mental@rydia.net>
3487         * src/xml/node.h, src/xml/simple-node.cpp, src/xml/simple-node.h:
3489           begin migration of notification interface to use NodeObserver
3490           rather than NodeEventVector
3492 2005-03-01  MenTaLguY  <mental@rydia.net>
3494         * src/xml/Makefile_insert, src/xml/node-listener.h, src/xml/repr.cpp,
3495           src/xml/simple-node.cpp, src/xml/simple-node.h:
3497           reworked listener list to use Util::ListContainer
3499         * src/xml/node-observer.h: minor name cleanups
3501 2005-03-01  MenTaLguY  <mental@rydia.net>
3503         * src/Makefile.am, src/algorithms/find-if-before.h:
3505           added new generic algorithm
3507 2005-03-01  MenTaLguY  <mental@rydia.net>
3509         * src/Makefile.am, src/util/Makefile_insert,
3510           src/util/list-container-test.cpp, src/util/list-container.h:
3512           tests and fixes for Util::ListContainer
3514 2005-03-01  MenTaLguY  <mental@rydia.net>
3516         * src/Makefile.am, src/libnr/Makefile_insert, src/xml/Makefile_insert:
3517           use in-tree copy of cxxtest
3519         * src/util/Makefile_insert, src/util/list-container.h:
3520           add Util::List-based STL container
3522 2005-02-28 SwinginCelt  <swinginceltgmail.com>
3524         * Fixed an improper conversion of sp_repr_document_merge that was causing
3525           extra data being written to the prefrences file every time inkscape
3526           exited.
3528 2005-02-26 SwinginCelt  <swinginceltgmail.com>
3530         * Replaced all sp_repr_set_content calls with direct call to
3531           repr->setContent.
3532         * Replaced all sp_repr_merge calls with direct call to
3533           repr->mergeFrom.
3534         * Removed inline sp_repr_document_merge because it wasn't used anywhere.
3535         * Removed inline sp_repr_set_content because it wasn't used anywhere.
3537 2005-02-26  MenTaLguY  <mental@rydia.net>
3539         * cxxtest: imported cxxtest tree
3541 2005-02-24  Jon A. Cruz  <jon@joncruz.org>
3542         * src/main.cpp, io/sys.h, io/sys.cpp:
3543           Refactoring input filename conversion and fallback.
3544           Fixes bug #1151536.
3546 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3547         * src/main.cpp:
3548           Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
3550 2005-02-22  Bryce Harrington <bryce@bryceharringotn.org>
3552         * src/main.cpp, src/application/application.cpp:  Adding --new-gui
3553         option.
3555 2005-02-22  Ted Gould  <ted@gould.cx>
3557         * src/interface.cpp:
3559         Changing the effects menu to be driven by the preferences file so that the
3560         file can be the same whether or not the effects are shown.
3562 2005-02-22  MenTaLguY  <mental@rydia.net>
3564         * src/desktop-style.cpp, src/selection-chemistry.cpp,
3565           src/xml/attribute-record.h, src/xml/node.h, src/xml/repr-css.cpp,
3566           src/xml/repr-io.cpp, src/xml/simple-node.cpp, src/xml/simple-node.h:
3568           use Inkscape::Util::List for attribute lists, and sprinkle some
3569           appropriate 'using's in to make things less verbose
3571 2005-02-22  Jon A. Cruz  <jon@joncruz.org>
3572         * src/inkscape.cpp, src/main.cpp, src/extension/input.cpp, src/io/sys.cpp,
3573           src/xml/repr-io.cpp:
3574           Better catching of problematic filenames.
3575           Made segv handler only use dialog box when app is using a gui.
3576           Fixes bug #1145847.
3578 2005-02-22  Ted Gould  <ted@gould.cx>
3580         * src/extension/effect.cpp, src/extension/prefdialog.cpp,
3581         src/extension/prefdialog.h,
3582         src/extension/implementation/implementation.cpp,
3583         src/extension/implementation/implementation.h,
3584         src/extension/implementation/plugin-link.h,
3585         src/extension/implementation/plugin.cpp,
3586         src/extension/implementation/plugin.h,
3587         src/extension/implementation/script.cpp,
3588         src/extension/implementation/script.h, src/extension/plugin/grid.cpp:
3590         Changing the API of the effects preferences so that it doesn't use
3591         sockets and plugs anymore.  Now there is a generic widget passed down so
3592         that should work on every platform.
3594         * src/extension/plugin/grid.cpp:
3596         Fixing the grid so that it uses the right axis.
3598         * share/extensions/Makefile.am, share/extensions/bluredge.inx,
3599         share/extensions/randompnt.inx, share/extensions/randompos.inx,
3600         src/extension/plugin/Makefile_insert, src/extension/plugin/bluredge.cpp,
3601         src/extension/plugin/randompnt.cpp, src/extension/plugin/randompos.cpp:
3603         Adding some cool new effects, well, they're not really done yet,
3604         but getting the basis code into CVS so I don't loose it :)
3606 2005-02-21  MenTaLguY  <mental@rydia.net>
3608         * src/file.cpp, src/sp-item-group.cpp, src/xml/Makefile_insert,
3609           src/xml/node-fns-tree.cpp, src/xml/node-fns-tree.h,
3610           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3611           src/xml/repr.cpp, src/xml/simple-node.cpp:
3613           renamed header files
3615         * src/xml/Makefile_insert, src/xml/invalid-operation-exception.h:
3617           added Inkscape::XML::InvalidOperationException
3619         * src/xml/simple-node.h:
3621           avoid a second indirect function call from SimpleNode::appendChild
3623 2005-02-20 SwinginCelt  <swinginceltgmail.com>
3625         * Replaced all sp_repr_attr calls with direct call to
3626           repr->attribute.
3627         * Replaced all sp_repr_document_unref calls with direct call to
3628           Inkscape::GC::release(...).
3629         * Removed iinline sp_repr_document_ref because it wasn't used anywhere.
3631 2005-02-20  MenTaLguY  <mental@rydia.net>
3633         * src/inkscape.cpp: removed unused signals
3635 2005-02-19  MenTaLguY  <mental@rydia.net>
3637         * src/arc-context.cpp, src/desktop.cpp, src/document-private.h,
3638           src/document-undo.cpp, src/document.cpp, src/event-context.cpp,
3639           src/gradient-chemistry.cpp, src/gradient-chemistry.h,
3640           src/gradient-drag.cpp, src/gradient-drag.h, src/node-context.cpp,
3641           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
3642           src/star-context.cpp, src/toolbox.cpp,
3643           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
3644           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
3645           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
3646           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
3647           src/xml/attribute-record.h, src/xml/document.h, src/xml/event-fns.h,
3648           src/xml/event.cpp, src/xml/event.h, src/xml/node-event-vector.h,
3649           src/xml/node-iterators.h, src/xml/node-listener.h, src/xml/node.h,
3650           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp, src/xml/repr-io.cpp,
3651           src/xml/repr-sorting.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp,
3652           src/xml/repr.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3653           src/xml/simple-node.h, src/xml/simple-session.cpp,
3654           src/xml/sp-css-attr.h, src/xml/sp-repr-action-fns.h,
3655           src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h,
3656           src/xml/sp-repr-attr.h, src/xml/sp-repr-doc.h,
3657           src/xml/sp-repr-event-vector.h, src/xml/sp-repr-iterators.h,
3658           src/xml/sp-repr-listener.h, src/xml/sp-repr.h:
3660           renamed header files to match new class names
3662 2005-02-19  MenTaLguY  <mental@rydia.net>
3664         * src/arc-context.cpp, src/arc-context.h, src/desktop-events.cpp,
3665           src/desktop-style.cpp, src/desktop-style.h, src/desktop.cpp,
3666           src/document-private.h, src/document-undo.cpp, src/document.cpp,
3667           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
3668           src/dyna-draw-context.h, src/event-context.cpp, src/event-context.h,
3669           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
3670           src/inkscape.h, src/inkview.cpp, src/interface.cpp, src/knotholder.cpp,
3671           src/knotholder.h, src/layer-fns.cpp, src/main.cpp, src/node-context.cpp,
3672           src/nodepath.cpp, src/nodepath.h, src/object-ui.cpp,
3673           src/path-chemistry.cpp, src/prefs-utils.cpp, src/rect-context.cpp,
3674           src/rect-context.h, src/selection-chemistry.cpp, src/selection.cpp,
3675           src/selection.h, src/seltrans.cpp, src/sp-anchor.cpp,
3676           src/sp-animation.cpp, src/sp-clippath.cpp, src/sp-conn-end-pair.cpp,
3677           src/sp-conn-end-pair.h, src/sp-defs.cpp, src/sp-ellipse.cpp,
3678           src/sp-flowdiv.cpp, src/sp-flowregion.cpp, src/sp-flowtext.cpp,
3679           src/sp-gradient-fns.h, src/sp-gradient-test.cpp, src/sp-gradient.cpp,
3680           src/sp-guide.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
3681           src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
3682           src/sp-linear-gradient-fns.h, src/sp-marker.cpp, src/sp-mask.cpp,
3683           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-namedview.h,
3684           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object-repr.h,
3685           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp, src/sp-offset.h,
3686           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
3687           src/sp-polyline.cpp, src/sp-radial-gradient-fns.h, src/sp-rect.cpp,
3688           src/sp-root.cpp, src/sp-shape.cpp, src/sp-skeleton.cpp,
3689           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-string.cpp,
3690           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-tspan.cpp,
3691           src/sp-use-reference.h, src/sp-use.cpp, src/spiral-context.cpp,
3692           src/spiral-context.h, src/splivarot.cpp, src/star-context.cpp,
3693           src/star-context.h, src/style.cpp, src/style.h, src/text-chemistry.cpp,
3694           src/text-context.cpp, src/text-editing.cpp, src/toolbox.cpp,
3695           src/verbs.cpp, src/application/application.cpp,
3696           src/application/application.h, src/application/editor.h,
3697           src/dialogs/clonetiler.cpp, src/dialogs/desktop-properties.cpp,
3698           src/dialogs/export.cpp, src/dialogs/fill-style.cpp, src/dialogs/rdf.cpp,
3699           src/dialogs/sp-attribute-widget.cpp, src/dialogs/sp-attribute-widget.h,
3700           src/dialogs/stroke-style.cpp, src/dialogs/text-edit.cpp,
3701           src/dialogs/tiledialog.cpp, src/dialogs/xml-tree.cpp,
3702           src/ecma/EcmaBinding.cpp, src/ecma/EcmaBinding.h,
3703           src/extension/dependency.cpp, src/extension/dependency.h,
3704           src/extension/effect.cpp, src/extension/effect.h,
3705           src/extension/extension.cpp, src/extension/extension.h,
3706           src/extension/input.cpp, src/extension/input.h,
3707           src/extension/output.cpp, src/extension/output.h,
3708           src/extension/print.cpp, src/extension/print.h, src/extension/system.cpp,
3709           src/extension/implementation/plugin.cpp,
3710           src/extension/implementation/script.cpp,
3711           src/extension/implementation/script.h,
3712           src/extension/internal/gdkpixbuf-input.cpp,
3713           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
3714           src/extension/internal/svg.cpp, src/extension/plugin/grid.cpp,
3715           src/helper/stock-items.cpp, src/trace/trace.cpp,
3716           src/widgets/dash-selector.cpp, src/widgets/dash-selector.h,
3717           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp,
3718           src/widgets/layer-selector.cpp, src/widgets/layer-selector.h,
3719           src/widgets/paint-selector.cpp, src/widgets/sp-widget.cpp,
3720           src/widgets/sp-widget.h, src/widgets/sp-xmlview-attr-list.cpp,
3721           src/widgets/sp-xmlview-attr-list.h, src/widgets/sp-xmlview-content.cpp,
3722           src/widgets/sp-xmlview-content.h, src/widgets/sp-xmlview-tree.cpp,
3723           src/widgets/sp-xmlview-tree.h, src/widgets/spw-utilities.h,
3724           src/xml/comment-node.h, src/xml/element-node.h, src/xml/node-observer.h,
3725           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
3726           src/xml/repr-get-children.cpp, src/xml/repr-get-children.h,
3727           src/xml/repr-io.cpp, src/xml/repr-sorting.cpp, src/xml/repr-sorting.h,
3728           src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
3729           src/xml/session.h, src/xml/simple-document.h, src/xml/simple-node.cpp,
3730           src/xml/simple-node.h, src/xml/simple-session.cpp,
3731           src/xml/simple-session.h, src/xml/sp-css-attr.h,
3732           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
3733           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h,
3734           src/xml/sp-repr-doc.h, src/xml/sp-repr-event-vector.h,
3735           src/xml/sp-repr-iterators.h, src/xml/sp-repr-listener.h,
3736           src/xml/sp-repr.h, src/xml/text-node.h, src/xml/transaction-logger.h:
3738             SPRepr -> Inkscape::XML::Node
3739             SPReprDoc -> Inkscape::XML::Document
3740             SPReprAttr -> Inkscape::XML::AttributeRecord
3741             SPReprAction -> Inkscape::XML::Event
3742             SPReprEventVector -> Inkscape::XML::EventVector
3743             SPReprListener -> Inkscape::XML::NodeListener
3745             etc..
3747 2005-02-19  Jon A. Cruz  <jon@joncruz.org>
3748         * src/extension/extension.h, src/extension/internal/svg.cpp,
3749           src/extension/internal/svgz.cpp:
3750           Fixing .svgz Inkscape save and adding .svgz Plain save.
3751           Fixes bug #1144223
3753 2005-02-18  Jon A. Cruz  <jon@joncruz.org>
3754         * src/Makefile.am, src/libnr/Makefile_insert,
3755           src/libnr/nr-point-fns-test.h  src/libnr/nr-types-test.h:
3756           Adding initial version of CxxTest test cases.
3758 2005-02-17  Jon A. Cruz  <jon@joncruz.org>
3760         * src/io/gzipinputstream.h, src/io/gzipinputstream.cpp: Changed
3761           decompression to be streammed and removed hardcoded limit.
3763 2005-02-17  MenTaLguY  <mental@rydia.net>
3765         * src/inkscape.h, src/inkscape.cpp, src/desktop.cpp:
3767           rewrote "last desktop standing" test to not suck
3769 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3771         * Replaced some sp_repr_attr calls with direct call to
3772           repr->attribute.
3774 2005-02-16 John Cliff <simarilius@yahoo.com>
3776         * src/dialogs/tiledialog.h, src/dialogs/tiledialog.cpp,
3777           src/dialogs/makefile_insert, src/verbs.cpp, src/verbs.h:
3778           Added a dialog that allows you to arrange the selection
3779           in a grid pattern with user defined spacing.
3780           its in objects->grid arrange...
3782 2005-02-15 SwinginCelt  <swinginceltgmail.com>
3784         * Replaced inline function sp_repr_name with direct call to
3785           repr->name.
3786         * Replaced inline function sp_repr_content with direct call to
3787           repr->content.
3788         * Replaced inline function sp_repr_has_attr with direct call to
3789           repr->matchAttributeName.
3791 2005-02-15  MenTaLguY  <mental@rydia.net>
3793         * src/document.cpp, src/document.h, src/file.cpp, src/help.cpp,
3794           src/inkscape.cpp, src/inkview.cpp, src/slideshow.cpp,
3795           src/dialogs/filedialog.cpp, src/dialogs/stroke-style.cpp,
3796           src/extension/internal/gdkpixbuf-input.cpp,
3797           src/extension/internal/svg.cpp, src/extension/plugin/gimpgrad.cpp,
3798           src/helper/stock-items.cpp, src/widgets/icon.cpp:
3800           removed unused SPDocument::advertize
3802 2005-02-14  MenTaLguY  <mental@rydia.net>
3804         * src/document.cpp: remove redundant assignment that appears to confuse
3805           gcc anyhow
3807 2005-02-14  SwinginCelt  <swingincelt@gmail.com>
3809         * Replaced inline function sp_repr_set_position_absolute with
3810           direct call to repr>->setPosition.
3812 2005-02-13  Bryce  <bryce@bryceharrington.org>
3814         * src/main.cpp, src/application/application.cpp, src/inkscape.h,
3815           src/application/editor-impl.h, src/application/editor.cpp
3816           src/application/editor.h, src/ui/dialog/dialog-manager.cpp,
3817           src/ui/dialog/dialog-manager.h, src/application/app-prototype.h
3818           src/application/application.h:  Integrating I::A::Application
3819           into the execution path.  Now its run() routine is called from
3820           main().
3822         * src/application/Makefile_insert, src/application/makefile.in,
3823           src/application/editor-impl.h, src/application/editor.cpp,
3824           src/application/editor.h:  Initial import of inkscape_gtkmm
3825           code.  Also see doc/NewAppArchitecture/ presentation for the
3826           rationale behind this.
3828         * src/ui/dialog/align-and-distribute.cpp,
3829 src/ui/dialog/align-and-distribute.h,
3830           src/ui/dialog/dialog-manager.cpp, src/ui/dialog/dialog-manager.h,
3831           src/ui/dialog/dialog.cpp, src/ui/dialog/dialog.h,
3832           src/ui/dialog/document-preferences.cpp,
3833 src/ui/dialog/document-preferences.h,
3834           src/ui/dialog/export.cpp, src/ui/dialog/export.h,
3835           src/ui/dialog/extension-editor.cpp, src/ui/dialog/extension-editor.h,
3836           src/ui/dialog/fill-and-stroke.cpp, src/ui/dialog/fill-and-stroke.h,
3837           src/ui/dialog/find.cpp, src/ui/dialog/find.h,
3838           src/ui/dialog/inkscape-preferences.cpp,
3839 src/ui/dialog/inkscape-preferences.h,
3840           src/ui/dialog/layer-editor.cpp, src/ui/dialog/layer-editor.h,
3841           src/ui/dialog/messages.cpp, src/ui/dialog/messages.h,
3842           src/ui/dialog/text-properties.cpp, src/ui/dialog/text-properties.h,
3843           src/ui/dialog/tree-editor.cpp, src/ui/dialog/tree-editor.h,
3844           src/ui/dialog/xml-editor.cpp, src/ui/dialog/xml-editor.h,
3845           src/ui/widget/combo-text.cpp, src/ui/widget/combo-text.h,
3846           src/ui/widget/handlebox.cpp, src/ui/widget/handlebox.h,
3847           src/ui/widget/icon-widget.cpp, src/ui/widget/icon-widget.h,
3848           src/ui/widget/labelled.cpp, src/ui/widget/labelled.h,
3849           src/ui/widget/notebook-page.cpp, src/ui/widget/notebook-page.h,
3850           src/ui/widget/scalar-unit.cpp, src/ui/widget/scalar-unit.h,
3851           src/ui/widget/scalar.cpp, src/ui/widget/scalar.h,
3852           src/ui/widget/toolbox.cpp, src/ui/widget/toolbox.h,
3853           src/ui/widget/unit-menu.cpp, src/ui/widget/unit-menu.h:
3854           Initial import of the gtkmm code.  These are mainly
3855           unimplemented stubs, but have few dependencies so are easy to
3856           integrate at this stage.
3858         * src/ui/widget/Makefile_insert, src/ui/widget/makefile.in,
3859           src/ui/dialog/Makefile_insert, src/ui/dialog/makefile.in,
3860           src/ui/Makefile_insert, src/ui/makefile.in:  Adding makefile
3861           support for new code.
3863         * io/simple-sax.h, io/simple-sax.cpp:  Adding Jon's simple SAX
3864           code
3866         * util/units.h, util/units.cpp:  New inkscape_gtkmm units code
3868 2005-02-12  MenTaLguY  <mental@rydia.net>
3870         * src/document.cpp, src/document.h, src/sp-gradient-test.cpp:
3872           SPDocument is now a "real C++ class", managed by the garbage collector
3874 2005-02-12  MenTaLguY  <mental@rydia.net>
3876         * src/document-private.h, src/document.cpp, src/document.h, src/view.cpp,
3877           src/view.h, src/dialogs/xml-tree.cpp:
3879           switched SPDocument to sigc++ signals
3881 2005-02-12  Kees Cook  <kees@outflux.net>
3883         * Makefile.am, configure.ac, Makefile.mingw.common, inkscape.nsi: undoing
3884           my "configure" changes.  Was dumb and forgot about native compiles on
3885           win32.
3886         * inkview.1.in, share/extensions/inkscape-shadow-white.sh,
3887           share/extensions/inkscape-shadow.sh: corrections found by Wolfram
3888           Quester during Debian packaging.
3889         * src/desktop-events.cpp, src/file.cpp, src/gradient-chemistry.cpp,
3890           src/interface.cpp, src/layer-fns.cpp, src/nodepath.cpp,
3891           src/object-ui.cpp, src/path-chemistry.cpp, src/prefs-utils.cpp,
3892           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowtext.cpp,
3893           src/sp-object.cpp, src/sp-pattern.cpp, src/sp-text.cpp, src/splivarot.cpp,
3894           src/text-editing.cpp, src/dialogs/clonetiler.cpp, src/dialogs/rdf.cpp,
3895           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
3896           src/extension/internal/gdkpixbuf-input.cpp, src/extension/plugin/grid.cpp,
3897           src/widgets/gradient-selector.cpp, src/xml/repr-action-test.cpp,
3898           src/xml/repr-css.cpp, src/xml/repr-io.cpp, src/xml/repr-util.cpp,
3899           src/xml/repr.cpp, src/xml/repr.h: inline function removal patches from
3900           Robert Crosbie.
3902 2005-02-11  Kees Cook  <kees@outflux.net>
3904         * src/Makefile.mingw, src/make.*: win32 compile updates.
3905         * src/extensions/internal/gnome.cpp: added my missing "comment" code.
3906         * src/shortcuts.cpp, doc/keys.xml, doc/keys.html, share/screens/keys.svg:
3907           added explicit ctrl-w. since gtk already binds it, we may as well show it.
3909 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3911         * src/inkscape.cpp: Changed from SHGetSpecialFolderPath to
3912           SHGetSpecialFolderLocation. Fixes bug #1085641
3914 2005-02-10  MenTaLguY  <mental@rydia.net>
3916         * src/document.h, src/document.cpp: get rid of casting macro uses
3918 2005-02-10  MenTaLguY  <mental@rydia.net>
3920         * src/desktop.cpp, src/document-undo.cpp, src/document.cpp, src/file.cpp,
3921           src/gradient-chemistry.cpp, src/inkscape.cpp, src/interface.cpp,
3922           src/sp-metadata.cpp, src/sp-namedview.cpp, src/sp-object-repr.cpp,
3923           src/sp-object.cpp, src/svg-view.cpp, src/uri-references.cpp,
3924           src/view.cpp, src/dialogs/stroke-style.cpp,
3925           src/widgets/gradient-selector.cpp, src/widgets/gradient-vector.cpp:
3927           get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
3928           compiler's type checking, what can we trust?)
3930 2005-02-10  MenTaLguY  <mental@rydia.net>
3932         * src/desktop-style.h, src/desktop.h, src/document.h, src/event-context.h,
3933           src/inkscape.h, src/knotholder.h, src/nodepath.h,
3934           src/selection-chemistry.h, src/selection.h, src/sp-conn-end-pair.h,
3935           src/sp-object-repr.h, src/sp-object.h, src/style.h,
3936           src/dialogs/sp-attribute-widget.h, src/extension/implementation/script.h,
3937           src/xml/repr-get-children.h, src/xml/repr.h, src/xml/sp-repr-action.h,
3938           src/xml/sp-repr-attr.h, src/xml/xml-forward.h:
3940           got rid of xml-forward.h
3942 2005-02-10  Kees Cook  <kees@outflux.net>
3944         * configure.ac, Makefile.am, src/Makefile.am, Makefile.mingw.common.in,
3945           inkscape.nsi.in: setting up "configure" to build the other files that
3946           expect version numbers to get updated.  Including mingw files in dist
3947           package.
3949 2005-02-10  Jon A. Cruz  <jon@joncruz.org>
3950         * src/io/uristream.h, src/io/uristream.cpp,
3951           src/extension/internal/svg.h, src/extension/internal/svg.cpp,
3952           src/extension/internal/Makefile_insert,
3953           src/extension/internal/extension.h,
3954           src/extension/internal/init.cpp:
3955           Adding internal .svgz load and save extension.
3956           Probable fix for bugs #1074996, #1050361, #925033, #1052307
3958 2005-02-08  Kees Cook  <kees@outflux.net>
3960         * src/extension/implementation/script.cpp: proper /tmp handling.
3961           Closes bug #1074996.
3962         * src/inkscape.cpp, src/inkscape.h, src/dialogs/export.cpp: correction
3963           for export dialog paths.  Closes bug #1114714.
3964         * inkscape.nsi, Makefile.mingw.common: version bumps
3965         * src/text-context.cpp: removed preedit code; it was broken and unneeded.
3967 2005-02-08  Ted Gould  <ted@gould.cx>
3969         * Released 0.41
3971 2005-02-01  Kees Cook  <kees@outflux.net>
3973         * src/xml/sp-css-attr.h, src/desktop-style.cpp, src/xml/repr-css.cpp,
3974           src/xml/repr.h: Fixed SPCSSAttr to be a "real" class, at mental's
3975           direction.  Fixes my "default prefs don't show attrs" bug.
3976         * src/helper/stock-items.cpp: removing redundant code.
3977         * src/libnr/nr-point.h, src/libnrtype/FlowUtils.h, src/livarot/Shape.h:
3978           added explicit initializations to keep valgrind happy.
3979         * src/dir-util.cpp, src/sp-path.cpp, src/splivarot.cpp,
3980           src/svg/svg-length.cpp, src/widgets/icon.cpp:
3981           cleaning up memory leaks detected by valgrind.
3982         * src/extension/dependancy.cpp: made repr-attr tags untranslatable.
3983         * src/extension/system.cpp: correcting extension autodetection when
3984           there are conflicting matching modules.
3985         * src/dialogs/filedialog.cpp, src/extension/extension.h,
3986           src/extension/internal/svg.cpp: .svgz loading works again as
3987           expected.  Non-functioning modules are not listed in file dialogs.
3988         * src/text-context.cpp, src/text-editing.cpp: preedit modes don't
3989           work correctly for multi-byte characters.  See bug 1086769.
3991 2005-01-31  Jon A. Cruz  <jon@joncruz.org>
3992         * src/file.cpp, src/inkscape.cpp, src/interface.cpp,
3993           src/dialogs/export.cpp, src/extension/init.cpp:
3994           sanitize messages before passing to display dialogs.
3996 2005-01-31  Kees Cook  <kees@outflux.net>
3998         * src/libnrtype/FontFactory.cpp: added a crude font name detection
3999           routine to work around a Pango crash bug.  This can be removed once
4000           Pango is fixed.  See bug #1025565.  Actually, I figured out a fix.
4001         * print.cpp, print.h, sp-shape.cpp, extension/print.cpp,
4002           extension/print.h, extension/implementation/implementation.cpp,
4003           extension/implementation/implementation.h,
4004           extension/implementation/plugin.cpp, extension/implementation/plugin.h,
4005           extension/internal/gnome.h, extension/internal/ps.cpp,
4006           extension/internal/ps.h, extension/internal/win32.h:
4007           In an attempt to start debugging print rendering, I've added the
4008           Print::comment function so that SPItem boundries can be easily
4009           seen in rendered output.
4010         * src/preferences-skeleton.h, src/sp-shape.cpp,
4011           src/dialogs/display-settings.cpp, src/extension/internal/ps.cpp:
4012           Added printout comments for print debugging.  Fixed dash output
4013           bug #1104050.
4014         * src/dialogs/rdf.cpp: fixed rdf:bag displays.  Closes bug #1113316.
4016 2005-01-30  Jon A. Cruz  <jon@joncruz.org>
4017         * src/io/sys.h, src/io/sys.cpp: added utility routine to cleanup
4018           strings with invalid UTF-8 for display.
4020 2004-01-30  Kees Cook  <kees@outflux.net>
4022         * src/make.dep, src/make.exclude, src/make.files, src/make.ofiles,
4023           src/io/uristream.cpp, src/io/sys.cpp: additional win32 changes
4024           using Jon Cruz's new mkdir function.  Getting Win32 to compile the
4025           "io" directory.  Closes bug #1107305.
4026         * src/file.cpp, src/inkscape-stock.cpp, src/inkscape.cpp,
4027           src/interface.cpp, src/main.cpp, src/dialogs/export.cpp,
4028           src/dialogs/stroke-style.cpp, src/extension/input.cpp,
4029           src/extension/implementation/script.cpp, src/helper/stock-items.cpp,
4030           src/io/sys.cpp, src/io/sys.h, src/widgets/icon.cpp: wrapped
4031           g_file_test with new Inkscape::IO::file_test since g_file_test isn't
4032           utf8-safe.
4033         * src/inkscape.cpp: removed call to g_free on non-alloced string.
4034           fixed up crash-save location to be utf8-okay.
4035         * src/extension/extension.cpp: convert from utf8 before open.
4036         * src/sp-spiral.cpp, src/object-edit.cpp: found place where CLAMP on
4037           spiral's t0 wasn't working.  Closes bug #1075640.
4039 2004-01-28  MenTaLguY  <mental@rydia.net>
4041         * src/sp-object.h, src/sp-object.cpp:
4042           efficiency fixes which should be helpful when loading large documents
4044 2005-01-29  Jon A. Cruz  <jon@joncruz.org>
4046         * src/file.h, src/file.cpp, src/inkscape.cpp, src/sp-image.cpp,
4047           src/extension/implementation/script.cpp,
4048           src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
4049           src/extension/plugin/gimpgrad.cpp, src/helper/png-write.cpp,
4050           src/io/Makefile_insert, src/io/sys.h, src/io/sys.cpp,
4051           src/trace/imagemap.cpp, src/xml/repr-io.cpp:
4053           Refactored open routine to better location.
4055 2004-01-28  Kees Cook  <kees@outflux.net>
4057         * configure.ac: added test for libgc 6.4 or better.
4058         * src/main.cpp: calling new SPRepr methods instead of inline wrappers.
4060 2004-01-27  MenTaLguY  <mental@rydia.net>
4062         * src/xml/simple-node.h, src/xml/simple-node.cpp:
4064           SimpleNode::lastChild() and SimpleNode::appendChild() are now
4065           O(1) rather than O(n)
4067 2004-01-26  MenTaLguY  <mental@rydia.net>
4069         * src/xml/repr-util.cpp, src/xml/repr.cpp, src/xml/repr.h,
4070           src/xml/sp-repr-action.h, src/xml/sp-repr-event-vector.h:
4072           inlined legacy wrappers
4074         * src/xml/simple-node.cpp: really fixed #1108231 now
4076 2005-01-25  Jon A. Cruz  <jon@joncruz.org>
4078         * src/interface.cpp: Passed file import call to shared code.
4079           Fixed bug #1108620.
4081 2005-01-25  MenTaLguY  <mental@rydia.net>
4083         * src/xml/simple-node.cpp: fixed bug #1108231
4085 2005-01-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4087         * src/dialogs/desktop-properties.cpp: Changed set of paper sizes offered:
4089           Removed `Folio' pagesize (which means a different paper size to
4090           different people; will Folio be missed?  If so, can we improve
4091           the name?).
4093           Changed ISO page sizes (A0..A10, B0..B10) to match official ISO
4094           specification in mm.
4096           Note that these differ from ghostscript's idea of page sizes;
4097           see comment in desktop-properties.cpp for speculation of
4098           possible problems (fuzziness from antialiasing).
4100           (Note also that our previous sizes differed even more from
4101           gs_statd.ps...)
4103           Coalesced Ledger and Tabloid to a single entry (11x17in);
4104           previously they differed in size.
4106           Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
4107           Banner 468x60.
4109 2004-01-24  MenTaLguY  <mental@rydia.net>
4111         * src/xml/simple-node.cpp: potential fix for bug #1108231
4113 2004-01-23  Ted Gould  <ted@gould.cx>
4115         * po/POTFILES.in, share/extensions/dia.inx,
4116         src/preferences-skeleton.h, src/extension/Makefile_insert,
4117         src/extension/dependency.cpp, src/extension/dependency.h,
4118         src/extension/error-file.cpp, src/extension/error-file.h,
4119         src/extension/extension.cpp, src/extension/extension.h,
4120         src/extension/init.cpp, src/extension/prefdialog.cpp:
4122         Adding in functionality to write out an error log based on the failing to
4123         load of extensions.  There is also a new error dialog that appears if one
4124         or more fail to alert the user and tell them where the error log is
4125         stored.  In the log there is more complex descriptions of what failed.
4127 2004-01-23  MenTaLguY  <mental@rydia.net>
4129         * src/sp-object.cpp: fix for id binding bug
4131 2004-01-23  MenTaLguY  <mental@rydia.net>
4133         * src/xml/repr-io.cpp: don't complain about not having a namespace
4134           URI for the standard xml: prefix
4136         * src/desktop-style.cpp, src/desktop.cpp, src/document-undo.cpp,
4137           src/file.cpp, src/gradient-chemistry.cpp, src/inkscape.cpp,
4138           src/interface.cpp, src/nodepath.cpp, src/object-edit.cpp,
4139           src/path-chemistry.cpp, src/prefs-utils.cpp, src/select-toolbar.cpp,
4140           src/selection-chemistry.cpp, src/sp-defs.cpp, src/sp-flowdiv.cpp,
4141           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-item.cpp,
4142           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-object.cpp,
4143           src/sp-offset.cpp, src/sp-pattern.cpp, src/sp-string.cpp,
4144           src/sp-text.cpp, src/sp-tspan.cpp, src/sp-use.cpp, src/splivarot.cpp,
4145           src/text-chemistry.cpp, src/text-context.cpp, src/text-editing.cpp,
4146           src/dialogs/clonetiler.cpp, src/dialogs/display-settings.cpp,
4147           src/dialogs/stroke-style.cpp, src/dialogs/xml-tree.cpp,
4148           src/extension/extension.h, src/extension/implementation/script.cpp,
4149           src/widgets/dash-selector.cpp, src/widgets/gradient-vector.cpp,
4150           src/widgets/sp-xmlview-tree.cpp, src/xml/Makefile_insert,
4151           src/xml/comment-node.h, src/xml/element-node.h,
4152           src/xml/repr-action-test.cpp, src/xml/repr-css.cpp,
4153           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4154           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4155           src/xml/repr.h, src/xml/simple-document.cpp, src/xml/simple-document.h,
4156           src/xml/simple-node.cpp, src/xml/simple-node.h,
4157           src/xml/sp-repr-action.cpp, src/xml/sp-repr-doc.h, src/xml/sp-repr.h,
4158           src/xml/text-node.h:
4160           got rid of xml/repr-private.h, removed
4161           sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
4162           interfaces, and moved the SPRepr implementations into separate files
4163           in the Inkscape::XML namespace
4165         * src/util/shared-c-string-ptr.h: added equality operators to avoid
4166           certain ambiguities
4168 2004-01-22  MenTaLguY  <mental@rydia.net>
4170         * src/xml/Makefile_insert, src/xml/repr-private.h, src/xml/repr.cpp,
4171           src/xml/session.h, src/xml/simple-session.cpp, src/xml/simple-session.h,
4172           src/xml/sp-repr-action.cpp, src/xml/transaction-logger.h:
4174           added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
4175           to provide a new interface for transactions, rather than doing it from
4176           SPReprDoc
4178 2004-01-22  MenTaLguY  <mental@rydia.net>
4180         * src/xml/Makefile_insert, src/xml/node-observer.h,
4181           src/xml/repr-private.h, src/xml/repr.cpp:
4183           moved repr loging behind generic observer interface
4185 2005-01-22  Ted Gould  <ted@gould.cx>
4187         * src/display/canvas-grid.cpp, src/display/canvas-grid.h;
4189         Fixing 1103001.  Now major grid lines work alot more like you
4190         think that they should.
4192 2005-01-21  MenTaLguY  <mental@rydia.net>
4194         * src/util/Makefile_insert, src/util/shared-c-string-ptr.cpp,
4195           src/util/shared-c-string-ptr.h, src/util/shared-c-string.cpp,
4196           src/util/shared-c-string.h, src/xml/repr-io.cpp,
4197           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4198           src/xml/sp-repr-action.h, src/xml/sp-repr-attr.h:
4200           renamed Util::SharedCString to Util::SharedCStringPtr, which is
4201           more descriptive of what it actually is
4203 2005-01-21  MenTaLguY  <mental@rydia.net>
4205         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp:
4207           simplify the cacheing of repr position indices, and make it something
4208           that can work with an abstract interface
4210 2005-01-20  Kees Cook  <kees@outflux.net>
4212         * src/file.cpp: added some debug output to help bulia debug bug #1102318.
4213         * configure.ac: more attempts at detecting the -lgc libs.
4215 2005-01-19  Kees Cook  <kees@outflux.net>
4217         * configure.ac: trying to correct the -lgc detection.
4218         * inkscape.pod: added theme details.
4219         * src/widgets/widget-sizes.h: went from 20 to 24 for toolbar icon size
4220           to match other GTK applications.
4221         * src/extension/db.cpp: corrected STL "not found" handling.  Didn't
4222           fix bug #1102318.
4224 2005-01-18  Kees Cook  <kees@outflux.net>
4226         * src/inkscape.h, src/inkscape.cpp, src/widgets/icons.cpp:
4227           Added basic theme support!  Whee!
4228         * share/inkscape/icons.svg: restoring original up/down/flip icons since
4229           icons are themable now.  We should stick to our original look.
4230         * share/screens/about.svg: added Brisgeek's 0.41 about screen.  Had
4231           to tweak background: looks like doc background isn't imported.
4232         * share/icons/*.xpm, share/icons/*.png: removed them.  Not being used.
4234 2005-01-17  MenTaLguY  <mental@rydia.net>
4236         * src/desktop-style.cpp, src/inkscape.cpp, src/interface.cpp,
4237           src/path-chemistry.cpp, src/prefs-utils.cpp, src/selection-chemistry.cpp,
4238           src/sp-flowtext.cpp, src/sp-gradient.cpp, src/sp-object.cpp,
4239           src/sp-text.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4240           src/dialogs/xml-tree.cpp, src/extension/internal/pov-out.cpp,
4241           src/widgets/dash-selector.cpp, src/xml/repr-css.cpp,
4242           src/xml/repr-get-children.cpp, src/xml/repr-io.cpp,
4243           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4244           src/xml/sp-repr-action.cpp:
4246           Made all SPRepr fields private, and moved most functionality into
4247           member functions.  Also shuffled SPReprDoc members, to avoid
4248           need for SPReprDoc to be finalized.
4250 2005-01-17  Kees Cook  <kees@outflux.net>
4252         * share/markers/markers.svg: applied patch #990884, which provides a
4253           few mirrored arrows until marker transforms are finished.
4254         * share/icons/icons.svg: updates per Bulia's request.
4256 2005-01-16  MenTaLguY  <mental@rydia.net>
4258         * src/sp-object.cpp: non-elements no longer get ids assigned
4260 2005-01-15  MenTaLguY  <mental@rydia.net>
4262         * src/arc-context.cpp, src/document-private.h, src/document.cpp,
4263           src/document.h, src/event-context.cpp, src/node-context.cpp,
4264           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4265           src/star-context.cpp, src/toolbox.cpp, src/uri-references.cpp,
4266           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4267           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4268           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4269           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4270           src/xml/sp-repr-event-vector.h:
4272           Removed attribute setting callback, and decoupled ids and object/repr
4273           bindings (object <-> repr associations are now remembered directly,
4274           though ids are still tracked too).
4276           This means it is now possible to set a null id on an object without
4277           anything breaking (hopefully).  For now we will still assign ids
4278           to everything by default...
4280 2005-01-15  MenTaLguY  <mental@rydia.net>
4282         * src/arc-context.cpp, src/event-context.cpp, src/node-context.cpp,
4283           src/rect-context.cpp, src/sp-object.cpp, src/spiral-context.cpp,
4284           src/star-context.cpp, src/toolbox.cpp,
4285           src/dialogs/desktop-properties.cpp, src/widgets/gradient-vector.cpp,
4286           src/widgets/layer-selector.cpp, src/widgets/sp-widget.cpp,
4287           src/widgets/sp-xmlview-attr-list.cpp, src/widgets/sp-xmlview-content.cpp,
4288           src/widgets/sp-xmlview-tree.cpp, src/xml/repr.cpp,
4289           src/xml/sp-repr-event-vector.h:
4291           remove all veto callbacks but setting attributes
4293 2005-01-15  Kees Cook  <kees@outflux.net>
4295         * src/inkscape.cpp: correcting windows path for preferences.  Closes
4296         bug #933461.
4298         * src/file.cpp, src/nodepath.cpp, src/selection-describer.cpp,
4299         src/seltrans.cpp, src/sp-item-group.cpp, src/sp-path.cpp,
4300         src/sp-spiral.cpp, src/sp-star.cpp, src/dialogs/find.cpp:
4301         Using ngettext for plural localized strings.  Please try to keep this
4302         up.  Closes bug #1076872.
4304         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4305         src/inkscape-stock.h, src/dialogs/stroke-style.cpp,
4306         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
4307         src/dialogs/xml-tree.cpp: Finished the last of the missing pixmap
4308         replacements from Andreas Nilsson.  Fixed some mistakes in the earlier
4309         changes (need to call sp_icon_new_scaled not sp_icon_new).
4311 2005-01-14  MenTaLguY  <mental@rydia.net>
4313         * src/gc.cpp: leave the free space multiplier at the default, which
4314           will hopefully (according to Hans) avoid some of the odd gc issues
4315           we've had, if nothing else does
4317 2005-01-14  Kees Cook  <kees@outflux.net>
4319         * share/icons/Makefile.am, share/icons/icons.svg, src/inkscape-stock.cpp,
4320         src/inkscape-stock.h, src/verbs.cpp, src/dialogs/stroke-style.cpp,
4321         src/dialogs/transformation.cpp, src/widgets/icon.cpp, src/widgets/icon.h,
4322         src/widgets/paint-selector.cpp:
4323         Fixed up code and replaced pixmaps with icons from myself and
4324         Andreas Nilsson.
4326 2005-01-11  MenTaLguY  <mental@rydia.net>
4328         * src/xml/repr-io.cpp: promote non-namespaced SVG documents into SVG
4329           namespace
4331 2005-01-08  MenTaLguY  <mental@rydia.net>
4333         * src/Makefile_insert, src/gc-anchored.cpp, src/gc-anchored.h:
4334           abstracted allocation of anchors
4336 2005-01-06  Ted Gould  <ted@gould.cx>
4338         * src/interface.cpp, src/extension/effect.cpp,
4339         src/extension/implementation/implementation.cpp,
4340         src/extension/implementation/implementation.h,
4341         src/extension/implementation/plugin-link.h,
4342         src/extension/implementation/plugin.cpp,
4343         src/extension/implementation/plugin.h,
4344         src/extension/implementation/script.cpp,
4345         src/extension/implementation/script.h, src/extension/plugin/gimpgrad.cpp,
4346         src/extension/plugin/grid.cpp:
4348         Changing the effects preferences so that it uses sockets and plugs which
4349         will allow out of process GUIs to work too.  This is a first pass with
4350         nothing beautiful, but it does seem to work.
4352 2005-01-03  MenTaLguY  <mental@rydia.net>
4354         * src/document.cpp, src/main.cpp, src/sp-root.cpp:
4355           get rid of ugly xmlns hacks
4357         * src/inkscape.cpp, src/extension/internal/svg.cpp, src/xml/repr-io.cpp:
4358           automatically include xmlns declarations for the required namespaces,
4359           and make a best effort at using a default namespace when requested
4360           and possible
4362 2005-01-02  Kees Cook  <kees@outflux.net>
4364         * share/icons/icons.svg: updated view and location
4365         * src/document.cpp, src/dialogs/rdf.cpp: fixed another bug in metadata
4366           due to svg: prefix change.
4367         * src/inkscape-stock.h, src/inkscape-stock.cpp, share/icons/Makefile.am:
4368           removed unused xpm icons
4370 2005-01-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4372         * src/fontsize-expansion.h, src/fontsize-expansion.cpp:
4373           New files.
4374         * src/Makefile_insert: Add the new files to libinkpre_a_SOURCES.
4375         * src/desktop-style.cpp (sp_desktop_apply_css_recursive):
4376           When calling sp_css_attr_scale, change the expansion calculation
4377           to use fontsize_expansion().
4378         * src/sp-text.cpp (sp_text_set_transform): Similarly use
4379           fontsize_expansion() instead of generic m.expansion().
4381 2005-01-01  Kees Cook  <kees@outflux.net>
4383         * src/extension/db.h, src/extension/db.cpp, src/extension/init.cpp:
4384         created "modulelist" to maintain initialization order for extension
4385         lists.
4387 2004-12-31  MenTaLguY  <mental@rydia.net>
4389         * src/xml/repr-io.cpp, src/xml/repr.h: initial scaffoliding for more
4390           cosmetic use of prefixes in output files (and eventually more proper
4391           namespace handling for output as well)
4393 2004-12-31  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4395         * src/sp-text.cpp (sp_text_set_transform): Change scaling of font size.
4396           The result should be closer to what CorelDraw, XaraX, Canvas 7 and
4397           Expression3 do according to vellum, though I don't know the exact
4398           rule that they use.
4400 2004-12-25  Ted Gould  <ted@gould.cx>
4402         * share/extensions/grid.inx, src/extension/extension.cpp,
4403         src/extension/extension.h, src/extension/plugin/grid.cpp:
4405         Futher improvements to the grid plugin.  This involves mostly adding in
4406         parameters at this time, but, ofcourse, I never implemented floating
4407         point parameters -- so that had to be done first.  More modular code so
4408         that things can be adjusted externally better.
4410 2004-12-25  Ted Gould  <ted@gould.cx>
4412         * share/extensions/Makefile.am, share/extensions/grid.inx,
4413         src/extension/implementation/plugin-link.h,
4414         src/extension/implementation/plugin.cpp,
4415         src/extension/plugin/Makefile_insert, src/extension/plugin/gimpgrad.cpp,
4416         src/extension/plugin/grid.cpp:
4418         Adding in a new effect plugin, grid.  It draws a grid on the canvas which
4419         is just an easy way to do some neat things.  It is mostly done, but still
4420         needs cleanup.  Some other files required modification to make this
4421         possible.
4423 2004-12-25  MenTaLguY  <mental@rydia.net>
4425         * src/event-context.cpp: removed unused handler
4427 2004-12-25  Ted Gould  <ted@gould.cx>
4429         * share/extensions/svg_dropshadow:
4431         Changing to use "svg:g" instead of "g" for the group.
4433         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h,
4434         src/extension/system.cpp, src/extension/system.h,
4435         src/extension/implementation/implementation.cpp,
4436         src/extension/implementation/implementation.h,
4437         src/extension/implementation/plugin.cpp,
4438         src/extension/implementation/plugin.h,
4439         src/extension/implementation/script.cpp,
4440         src/extension/implementation/script.h:
4442         Final stuff to get Effects working as well as the did before, which
4443         is okay, but not great.  This involved changing the API to get an SPView
4444         instead of an SPDocument because then I can get the selection information
4445         from the view that is being used.
4447 2004-12-24  MenTaLguY  <mental@rydia.net>
4449         * src/sp-object-repr.cpp, src/sp-tspan.cpp, src/splivarot.cpp,
4450           src/dialogs/rdf.cpp, src/dialogs/xml-tree.cpp,
4451           src/widgets/sp-xmlview-tree.cpp, src/xml/repr-io.cpp,
4452           src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4453           src/xml/repr.h:
4455           cleaned out unused code and unhygenic macros, as well as fixing
4456           constructors for text and comment nodes
4458 2004-12-24  Ted Gould  <ted@gould.cx>
4460         * src/verbs.cpp, src/extension/effect.cpp, src/extension/effect.h:
4462         Okay, now the effects menu really works!  Well, the implementation seems
4463         to be broken, but the wrapper seems to be all working.
4465 2004-12-24  Ted Gould  <ted@gould.cx>
4467         * src/interface.cpp, src/verbs.cpp, src/verbs.h, src/extension/effect.cpp,
4468         src/extension/effect.h:
4470         Getting the Effects menu basically working.  This included some fixes to
4471         the verbs where they were incrementing the database incorrectly.  The
4472         effects are the first component to take advantage of the dynamically
4473         created verbs, and exercised new code.  Now the basic menu is available,
4474         but there is no functionality there.
4476 2004-12-24  Ted Gould  <ted@gould.cx>
4478         * src/interface.cpp, src/verbs.cpp, src/verbs.h:
4480         Basic code for the effects menu.
4482         * src/dialogs/filedialog.cpp, src/dialogs/filedialog.h,
4483         src/extension/db.cpp, src/extension/db.h:
4485         Changing the DB access functions to use std::list instead of GSList so
4486         that it is more standard, and we get rid of a specialized class that
4487         really isn't that useful.  Less memory usage, and fixes a leak.
4489         * src/extension/effect.cpp, src/extension/effect.h:
4491         Adding in a "Last Effect" to be used in the menus.
4493         * src/extension/extension-forward.h, src/extension/extension.cpp,
4494         src/extension/extension.h, src/extension/input.cpp,
4495         src/extension/output.cpp, src/extension/timer.cpp, src/extension/timer.h,
4496         src/extension/Makefile_insert:
4498         Adding in the timer functions so that modules will unload in a given
4499         amount of time.  For more information on this read the documentation
4500         in the files.  Kinda a lazy deallocation.
4502         * src/extension/implementation/implementation.cpp:
4504         Fix unload so that it is not recursive.
4506 2004-12-23  MenTaLguY  <mental@rydia.net>
4508         * src/arc-context.cpp, src/document.cpp, src/draw-context.cpp,
4509           src/dyna-draw-context.cpp, src/file.cpp, src/gradient-chemistry.cpp,
4510           src/interface.cpp, src/layer-fns.cpp, src/main.cpp, src/object-ui.cpp,
4511           src/path-chemistry.cpp, src/rect-context.cpp,
4512           src/selection-chemistry.cpp, src/sp-anchor.cpp, src/sp-clippath.cpp,
4513           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-flowdiv.cpp,
4514           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-gradient-test.cpp,
4515           src/sp-gradient.cpp, src/sp-image.cpp, src/sp-item-group.cpp,
4516           src/sp-line.cpp, src/sp-marker.cpp, src/sp-mask.cpp,
4517           src/sp-object-group.cpp, src/sp-object-repr.cpp, src/sp-offset.cpp,
4518           src/sp-path.cpp, src/sp-pattern.cpp, src/sp-polygon.cpp,
4519           src/sp-polyline.cpp, src/sp-rect.cpp, src/sp-root.cpp,
4520           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp, src/sp-text.cpp,
4521           src/sp-tspan.cpp, src/sp-use.cpp, src/spiral-context.cpp,
4522           src/splivarot.cpp, src/star-context.cpp, src/text-chemistry.cpp,
4523           src/text-context.cpp, src/dialogs/find.cpp, src/dialogs/rdf.cpp,
4524           src/dialogs/xml-tree.cpp, src/ecma/EcmaBinding.cpp,
4525           src/extension/internal/gdkpixbuf-input.cpp,
4526           src/extension/internal/svg.cpp, src/livarot/ShapeDraw.cpp,
4527           src/xml/repr-io.cpp, src/xml/repr-util.cpp, src/xml/repr.cpp:
4529           use normalized qnames for SVG elements too
4531 2004-12-23  Kees Cook  <kees@outflux.net>
4533         * configure.ac, src/Makefile_insert, src/extension/script/Makefile_insert:
4534           adding Perl and Python compile tests.  Corrected library locations.
4535         * src/extension/script/InkscapeScript.h,
4536           src/extension/script/InkscapePython.cpp,
4537           src/extension/script/InkscapeScript.cpp: white space fix, and
4538           added config.h, and some small debugging for myself.  Hope Bob doesn't
4539           mind!  :)
4540         * src/dialogs/scriptdialog.cpp: added comments to default code.
4542 2004-12-22  Kees Cook  <kees@outflux.net>
4544         * configure.ac, src/extension/script/Makefile_insert: automake cleanups
4545           to deal with perl/python detection.
4547 2004-12-20  David Turner <novalis@gnu.org>
4548         * src/widgets/gradient-vector.cpp:
4549           Fixed bug with gradient stops at 0 and 100%.  Closes 1085920.
4551 2004-12-18  Bob Jamison  <rjamison@titan.com>
4553         * src/extensions/script/*:
4554           New files that enable embedding of scripting languages
4555           in Inkscape.  Currently using Swig to embed Perl and Python.
4557         * autoconf.ac:
4558           Allow opting for perl or python with --with-perl=yes|no
4559           and --with-python=yes|no
4561 2004-12-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4563         * streq.h (streq), strneq.h (strneq), memeq.h (memeq):
4564           New convenience functions for strcmp(a,b)==0 etc.
4566         * src/dir-util.cpp (sp_relative_path_from_path):
4567           Fix when base is a string prefix of path but a directory prefix
4568           (e.g. path=/foo/barney, base=/foo/bar).
4570 2004-12-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4572         * src/sp-conn-end.cpp (sp_conn_end_move_compensate):
4573           Fix for undo/save: wasn't calling updateRepr().
4575 2004-12-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4577         * src/style.cpp (sp_style_merge_from_style_string):
4578           More standards-conforming parsing of style strings into prop:value
4579           pairs.
4581 2004-12-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4583         * src/style.h, src/style.cpp, src/libnrtype/font-style-to-pos.cpp:
4584           Fix font-weight value: s/darker/bolder/.
4586         * src/style.cpp (sp_style_merge_from_parent):
4587           Fix bug with specifying stroke-width with unit of em or ex.
4588           (We were ignoring the number, treating it as 1em or 1ex.)
4590         * src/style.h, src/style.cpp (sp_style_read_dash,
4591           sp_style_write_string, sp_style_write_difference):
4592           Allow `inherit' as a value for dasharray.
4593           (Also plug small memory leak in sp_style_read_dash.)
4595 2004-12-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4597         * src/style.cpp (sp_style_write_string):
4598           Fix for when stroke-dasharray either explicitly set to `none', or
4599           inherits non-none.
4601         * src/style.cpp (sp_style_write_ienum):
4602           Fix: preserve explicit `inherit' request.
4603         * (sp_style_read, sp_style_merge_property):
4604           Allow explicit `inherit' for `display' property.
4606         * src/style.cpp (sp_style_read):
4607           Fix copy&paste bug affecting `visibility' and `display' properties.
4609 2004-12-07  David Turner  <novalis@gnu.org>
4611         * src/libnrtype/RasterFont.cpp, src/display/nr-arena-shape.cpp:
4612         Fixed dash rendering bug (#1077213)
4614 2004-12-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4616         * src/style.h, src/style.cpp: Support all `display' values
4617           required by SVG 1.1.  (No functional change, insofar as the new
4618           values all have the same behaviour as our existing `block' value
4619           in SVG.)
4620         * src/sp-item.cpp, src/style.cpp: Use `inline' (SP_CSS_DISPLAY_INLINE)
4621           rather than `block' as our generic display value meaning `don't hide
4622           this', as per spec.
4624         * src/style.cpp: Prefer to write lr-tb etc. rather than the
4625           abbreviations lr etc.  (Also add comment saying why.)
4627 2004-12-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4629         * src/dialogs/xml-tree.cpp (on_attr_select_row_set_value_content):
4630           Fix segfault: treat NULL as empty string for display purposes.
4632 2004-11-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4634         * src/svg/svg.h, src/svg/sp-svg.def, src/svg/svg-length.cpp:
4635           (sp_svg_boolean_read, sp_svg_write_percentage):
4636           Remove these unused functions.
4637           (sp_svg_length_read_lff, sp_svg_number_write_d,
4638           sp_svg_number_write_i): Mark static.
4640         * configure.ac:
4641           When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
4643 2004-11-28  Ted Gould  <ted@gould.cx>
4645         * 0.40
4647 2004-11-25  MenTaLguY  <mental@rydia.net>
4649         * share/tutorials/tutorial-calligraphy.svg: spelling fix
4651         * src/widgets/layer-selector.cpp: fixing the layer selector update bug;
4652           sigc++ apparently doesn't deal with reference arguments very well
4654 2004-11-25  MenTaLguY  <mental@rydia.net>
4656         * src/layer-fns.cpp: fix layer creation within sublayers
4658         * src/dialogs/layer-properties.cpp: fix dialog leak
4660 2004-11-25  MenTaLguY  <mental@rydia.net>
4662         * src/inkscape.cpp: eliminate duplicated code across #ifdefs
4664         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4665           src/dialogs/layer-properties.h:
4667           LayerPropertiesDialog is no longer a singleton, since it's kind of a
4668           per-desktop (well, ideally per-document) thing.  Remaining to do:
4669           fix update of layer selector widget, and eliminate leak of dialog
4670           objects.
4672 2004-11-24  Kees Cook  <kees@outflux.net>
4674         * inkscape.spec: added SMP flags, added static library link capability.
4676 2004-11-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4678         * src/draw-context.cpp (spdc_concat_colors_and_flush):
4679           Do nothing if empty curve; in particular, don't try to close an
4680           empty curve.
4682         * src/pen-context.cpp (spdc_endpoint_snap):
4683           Fix use of uninitialized value when snapping.
4685 2004-11-23  Bryce Harrington <bryce@bryceharrington.org>
4687         * src/dialogs/layer-properties.cpp:  Fixing bug causing two new
4688           layers to get created when hitting enter
4690 2004-11-23  Kees Cook  <kees@outflux.net>
4692         * share/tutorials: added Josh's changes, resized, repositioned for
4693           800x600.
4694         * src/verbs.h, src/verbs.cpp, src/interface.cpp: added tracing
4695           tutorial.
4697 2004-11-23  MenTaLguY  <mental@rydia.net>
4699         * src/rect-context.cpp: disallow drawing on locked or invisible layers
4701         * src/widgets/layer-properties.h, src/widgets/layer-properties.cpp:
4702           slight HIG-ification
4704         * src/desktop.cpp, src/desktop.h, src/widgets/layer-selector.cpp,
4705           src/widgets/layer-selector.h, src/verbs.cpp, src/sp-desktop-widget.h
4707           removed vestigal layer renaming thing
4709         * src/verbs.cpp, src/dialogs/layer-properties.cpp,
4710           src/dialogs/layer-properties.h:
4712           reuse dialog for creating layers as well as for renaming them
4714 2004-11-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4716         * src/display/bezier-utils.cpp (generate_bezier): For the sake of
4717           our current pencil tool, don't use free optimization of the end
4718           tangent vector.
4720 2004-11-21  MenTaLguY <mental@rydia.net>
4722         * src/verbs.cpp: add accels for layer menu items
4724 2004-11-21  Bryce Harrington <bryce@bryceharrington.org>
4726         * src/dialogs/layer-properties.cpp, src/verbs.cpp,
4727           src/dialogs/layer-properties.h: Hooking up layer rename
4728           functionality, and making it show correctly.
4730         * src/dialogs/debugdialog.cpp, src/dialogs/find.cpp,
4731           src/dialogs/tracedialog.cpp:  Fixing dialog show behavior
4733 2004-11-21  Kees Cook  <kees@outflux.net>
4735         * src/sp-object.cpp, src/sp-metadata.cpp: added some debugging, and
4736           fixed a dumb error in my metadata _release handler.  Should mostly
4737           close bug 1069772.
4738         * src/Makefile_insert, src/sp-skeleton.cpp, src/sp-skeleton.h:
4739           created some example SPObject implementations for a basis for any
4740           new SPObjects in the future.
4741         * src/dialogs/xml-tree.cpp: fixing logic bug in identability checker.
4742           Added immutability test to actually close 1069772.
4743         * share/icons/icons.svg, src/verbs.cpp, src/interface.cpp: adding
4744           icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
4746 2004-11-20  Jon A. Cruz  <jon@joncruz.org>
4748         * src/extension/db.h, src/extension/db.cpp, src/dialogs/filedialog.cpp:
4749           Added extension matching pattern. Fixed bug 1064888.
4751         * src/dialogs/filedialog.cpp (isValidImageFile):
4752           Fixed previewing bug 1067551.
4754 2004-11-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4756         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4757           Add splitpoints parameter.  Callers updated.
4759         * src/display/bezier-utils.cpp
4760           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
4761           Change last parameter from lg_max_beziers to max_beziers.
4762           Callers updated.
4764 2004-11-19  Bryce <bryce@bryceharrington.org>
4766         * src/dialogs/layer-properties.cpp,
4767           src/dialogs/layer-properties.h:  Adding some widgets.
4769 2004-11-18  Bryce <bryce@bryceharrington.org>
4771         * src/dialogs/Makefile_insert, src/dialogs/makefile.msc,
4772           src/dialogs/layer-properties.h, src/dialogs/layer-properties.h:
4773           Adding a layer properties dialog for renaming layers
4775         * src/desktop.cpp src/interface.cpp, src/verbs.cpp,
4776           src/verbs.h src/dialogs/layer-properties.cpp,
4777           src/dialogs/layer-properties.h,
4778           src/widgets/layer-selector.cpp:  Hooking in layer props dialog.
4780 2004-11-16  MenTaLguY  <mental@rydia.net>
4782         * src/widgets/document-tree-model.cpp, src/widgets/document-tree-model.h,
4783           src/widgets/layer-selector.cpp, src/widgets/Makefile_insert:
4785           removed Widgets::DocumentTreeModel because unused
4787         * src/xml/repr-private.h, src/xml/repr-util.cpp, src/xml/repr.cpp,
4788           src/xml/repr.h:
4790           cache successive sibling counts (self+subsequent siblings) in SPRepr
4791           to make sp_repr_n_children() and sp_repr_position() more efficient,
4792           which will be needed later for e.g. GTK tree models.
4794           sp_repr_nth_child() isn't any faster as a result of the changes,
4795           but it probably won't need to be
4797         * src/xml/repr.cpp: fixed refcount leak in SPRepr::SPRepr(SPRepr const &)
4799 2004-11-15  MenTaLguY  <mental@rydia.net>
4801         * src/gc.cpp: add initial stubs that print an informative error
4802           if the GC functions are used before Inkscape::GC::init() is called
4804 2004-11-14  MenTaLguY  <mental@rydia.net>
4806         * configure.ac, src/gc-core.h, src/gc-managed.h, src/gc-anchored.h,
4807           src/gc-finalized.h, src/gc.cpp:
4809           make disabling the collector a run-time rather than a compile-time
4810           option; there are now three garbage collector options, selectable
4811           by setting the _INKSCAPE_GC environment variable:
4813            * enable - the normal collector (default)
4814            * debug - the debugging collector
4815            * disable - use standard malloc in place of the libgc allocator
4817 2004-11-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4819         * src/display/bezier-utils.cpp: Make end tangent/s be unconstrained for
4820           sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
4822         * src/pencil-context.cpp (fit_and_split): Allow the bezier fitter to
4823           choose the middle control points freely except to the extent required
4824           for smooth nodes.
4826         * src/display/bezier-utils.cpp (generate_bezier):
4827           If either end tangent is specified as zero then estimate the
4828           corresponding control point without constraining its direction
4829           from the endpoint.
4831         * src/pencil-context.h, src/pencil-context.cpp
4832           (fit_and_split, sp_pencil_context_init): Explicitly remember required
4833           tangent instead of using "first two points" hack.
4835         * src/display/bezier-utils.cpp (sp_bezier_fit_cubic_full):
4836           Detect & prevent "ghost spikes", by allowing a corner node if
4837           the specified tangent would result in a spike.
4839         * src/display/bezier-utils.cpp (generate_bezier): Better handling
4840           of the case of infinite solutions for the lengths of the two
4841           tangent vectors: try requiring that the lengths equal each other,
4842           and solving for that length (just one variable).
4844 2004-11-13  Kees Cook  <kees@outflux.net>
4846         * src/document.cpp: wrapped updateDisplay call in undo insensitivity.
4847           Closes bug #1030436.
4849 2004-11-12  MenTaLguY  <mental@rydia.net>
4851         * src/main.cpp: fpresetsticky -> fpsetsticky
4853         * src/verbs.cpp: cast width changes
4855         * src/libnrtype/FlowBoxes.h, src/libnrtype/FlowDefs.h,
4856           src/libnrtype/FlowDest.h, src/libnrtype/FlowEater.h,
4857           src/libnrtype/FlowRes.h, src/libnrtype/FlowSols.h,
4858           src/libnrtype/FlowSrc.h, src/libnrtype/FlowSrcText.h,
4859           src/libnrtype/FlowStyle.h, src/libnrtype/FlowUtils.h:
4860           remove stdint.h which isn't being used here
4862         * src/widgets/icon.h, src/widgets/icon.cpp:
4863           icon greys out when insensitive
4865         * src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
4866           documentation
4868         * src/verbs.cpp: changed cast to reinterpret_cast to hopefully
4869           avoid compiler warning
4871 2004-11-11  Kees Cook  <kees@outflux.net>
4873         * src/seltrans.cpp, src/select-context.cpp: ref counting SPObjects
4874           correctly so undo's don't blow up an active resize/move.  Closes
4875           bug #1018756.
4877 2004-11-11  MenTaLguY  <mental@rydia.net>
4879         * src/inkscape.cpp, src/main.cpp, src/widgets/icon.cpp:
4880           removed sp_bitmap_icons
4882         * configure.ac, src/sp-image.cpp, src/object-ui.cpp:
4883           removed stale autotrace support code
4885 2004-11-10  MenTaLguY  <mental@rydia.net>
4887         * src/sp-item.cpp, src/sp-clippath.cpp, src/cp-mask.cpp:
4888           minor refcounting tweaks
4890         * src/sp-image.cpp: fixed failure to release GdkPixbufLoader when
4891           done with it (fixes bug #1063054)
4893 2004-11-10  Kees Cook  <kees@outflux.net>
4895         * configure.ac, src/gc-core.h: corrected gc.h path detection.
4897 2004-11-09  MenTaLguY  <mental@rydia.net>
4899         * src/dialogs/fileselector.cpp: fixed cut-and-paste refcount bug
4900           between SVGPreview::setFileName and SVGPreview::setFromMem that
4901           was leaking bitmap image preview SPDocuments
4903 2004-11-09  Bryce Harrington <bryce@bryceharrington.org>
4905         * src/dialogs/item-properties.cpp
4907 2004-11-09  MenTaLguY  <mental@rydia.net>
4909         * src/sp-item.cpp, src/style.cpp, src/style.h:
4910           use 'display' rather than 'visibility' for hiding, and give display
4911           a more "modern" representation in SPStyle like visibility's
4913 2004-11-09  Kees Cook  <kees@outflux.net>
4915         * src/dialogs/xml-tree.cpp: added better context to the status bar.
4916           added warning flash for id conflicts.
4917         * src/toolbox.cpp: killed some copy/paste code while bug hunting.
4919 2004-11-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4921         * src/sp-item.h, src/sp-item.cpp
4922           (isExplicitlyHidden, setExplicitlyHidden): New methods.
4924         * src/dialogs/item-properties.cpp: Change from having a `Visible'
4925           checkbox that explicitly sets the SVG visibility property to
4926           having a `Hide' checkbox that controls whether or not the
4927           element has visibility:hidden.  (Mitigates #1061934.)
4929         * src/sp-object.h, src/sp-object.cpp (visible, setVisible):
4930           Remove these methods.
4932 2004-11-07  MenTaLguY  <mental@rydia.net>
4934         * src/gc-finalized.h: fix for Debian bug #279991 (cast to ptrdiff_t
4935                               rather than int), and basic documentation
4937 2004-11-06  MenTaLguY  <mental@rydia.net>
4939         * src/sp-item.cpp: fix desktop-specific version of SPItem::isHidden()
4940                            to deal correctly with parent visibility
4942 2004-11-05  MenTaLguY  <mental@rydia.net>
4944         * src/widgets/layer-selector.cpp: more work on making the lock/hide
4945           buttons actually do something
4947         * src/sp-item.cpp, src/sp-item.h: implement lock/hide related methods
4949         * src/verbs.cpp: "Remove All Kerns" -> "Remove Manual Kerning"
4951 2004-11-04  Kees Cook  <kees@outflux.net>
4953         * src/dialogs/rdf.h, src/dialogs/rdf.cpp: added rdf:Bag for the
4954           dc:subject keyword list.  Closed bug #1021025.
4955         * src/dialogs/xml-tree.cpp, src/widgets/sp-xmlview-attr-list.cpp,
4956           src/widgets/sp-xmlview-attr-list.h: added status bar to XML
4957           editor.  added row-change callback for XML tree view.  This
4958           all supports a possible future solution to bug #869683.
4959         * src/dialogs/desktop-properties.cpp: memory leak in RDF code.
4961 2004-11-04  MenTaLguY  <mental@rydia.net>
4963         * src/widgets/layer-selector.cpp: togglable images and formatting
4964           changes (make current layer bold)
4966         * src/uri.h, src/uri.cpp: added assignment operator
4968 2004-11-03  MenTaLguY  <mental@rydia.net>
4970         * src/widgets/Makefile_insert, src/widgets/shrink-wrap-button.cpp,
4971           src/widgets/shrink-wrap-button.h:
4973           added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
4974           an SPButton-like shrink-wrapped button
4976         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
4978           abandon SPButton for layer selector buttons
4980 2004-11-03  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
4982         * po/check-markup: New script: detects <b>markup<b> <b>problems<7b>
4983           in the <b>translated strings.  (~10 such problems found.)
4984         * Makefile.am (all, check, distcheck): Run po/check-markup (with
4985           varying permissiveness of errors).
4987 2004-11-02  MenTaLguY  <mental@rydia.net>
4989         * doc/keys.xml: added documentation of layer keys
4991 2004-11-01  Kees Cook  <kees@outflux.net>
4993         * src/dialogs/align.cpp, src/dialogs/debugdialog.cpp: localized
4994         some missed strings.
4996 2004-11-01  MenTaLguY  <mental@rydia.net>
4998         * share/icons/icons.svg: gave bulia's eye icons ids
5000         * src/widgets/layer-selector.h, src/widgets/layers-selector.cpp:
5001           fixed up visibility/lock toggles... now to make them actually do
5002           something
5004 2004-10-31  MenTaLguY  <mental@rydia.net>
5006         * src/util/glib-list.h: adaptor for glib lists
5008         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5009           save the repr next to the SPObject
5011 2004-10-30  MenTaLguY  <mental@rydia.net>
5013         * src/util/list.h: more list cleanups and documentation
5015         * src/verbs.cpp: call sp_document_done() for layer verbs too
5017 2004-10-30  Bryce Harrington <bryce@bryceharrington.org>
5019         * src/dialogs/item-properties.cpp, src/sp-object.h:  Cleaning up
5020         stubs, disabling some more of the desc code to prevent crash.
5021         The change to SPObject::label() broke the label editing code;
5022         fixing it.
5024 2004-10-30  Kees Cook  <kees@outflux.net>
5026         * src/sp-metadata.cpp, src/sp-metadata.h, src/Makefile_insert,
5027         src/document.cpp, src/sp-object-repr.cpp, src/sp-object.cpp:
5028         I've created my very first SPObject!  SPMetadata is alive!  No
5029         more nasty hack to have it disappear from SVG Plain.  Mental
5030         won't have to take away my CVS access any more!  :)
5031         * inkscape2.nsi: update from Adib Taraben
5033 2004-10-30  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5035         * src/libnr/nr-matrix.cpp (nr_matrix_invert):
5036           Fix for last commit to this file, which broke src==dest case.
5037         * src/libnr/nr-matrix-test.cpp: Add test cases for nr_matrix_invert.
5039 2004-10-30  MenTaLguY  <mental@rydia.net>
5041         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5042           update when layers added/removed/reordered.
5044         * src/verbs.h, src/verbs.cpp: added "rename layer" verb.
5046 2004-10-29  Kees Cook  <kees@outflux.net>
5048         * src/Makefile_insert, src/trace/Makefile_insert,
5049         src/util/Makefile_insert: distcheck cleanups.
5051 2004-10-29  MenTaLguY  <mental@rydia.net>
5053         * src/widgets/layer-selector.cpp: default labels in italic
5055         * src/sp-object.h, src/sp-object.cpp: inkscape:label fixes
5057         * src/layer-fns.cpp: make ordering of layers complete; not just among
5058                              siblings
5060         * src/util/list.h: documentation update
5062 2004-10-29  Bryce Harrington <bryce@bryceharrington.org>
5064         * layer-fns.cpp:  documenting
5065         * layer-selector.cpp:  documenting & fixing funky widget resizing
5066         * object-ui.cpp, dialogs/item-properties.cpp, sp-object.h,
5067           sp-object.cpp, widgets/layer-selector.cpp: add ability to set
5068           inkscape:label from "Item Properties", remove id setting from
5069           "Item Properties", switch to using
5070           SPObject::label()/SPObject?::defaultLabel() in UI where object
5071           ID is currently used.  Documenting.  Switching from "label" to
5072           "inkscape:label" where appropriate.  Adding
5073           visible()/setVisible() functions and activating checkbox.
5074         * dialogs/item-properties.cpp:  Adding title and desc boxes.
5075           Adjusting layout of dialog a bit.  Changing to use of tables
5076           instead of horiz/vert boxes for layout.  Setting to inactive
5077           until some underlying bits get finished.
5079 2004-10-29  Kees Cook  <kees@outflux.net>
5081         * src/dialogs/export.cpp: moved function-based static state variable
5082           into the dialog state variables.  Closes bug #993447.
5083         * src/display/curve.cpp: fixed compile warning.
5084         * src/sp-namedview.cpp: wasn't ref counting correctly.  Closes #955020.
5086 2004-10-29  Jon A. Cruz  <jon@joncruz.org>
5088         * src/sp-image.cpp, src/extension/internal/gdkpixbuf-input.cpp:
5089           Refactoring filenames and file opening
5090           Scales imported images if DPI is known and not 72 DPI. Fixes
5091           #1029755
5093 2004-10-29  MenTaLguY  <mental@rydia.net>
5095         * src/widgets/layer-selector.cpp, src/verbs.cpp:
5096           unselect objects when layer is manually switched
5098 2004-10-28  Kees Cook  <kees@outflux.net>
5100         * src/document-undo.cpp, src/document.cpp, src/sp-namedview.cpp,
5101           src/sp-text.cpp, src/dialogs/desktop-properties.cpp,
5102           src/dialogs/export.cpp, src/extension/input.cpp,
5103           src/extension/output.cpp, src/extension/system.cpp:
5104           Fixing calls to sp_document_set_undo_sensitive to correct allow for
5105           nesting, as suggested by mental.  Found while tracking down bug
5106           #1030436.
5108 2004-10-28  MenTaLguY  <mental@rydia.net>
5110         * src/util/list.h: cleanups of list class.  I think, aside from
5111           documentation and maybe fixes for g++ 3.4 (if required), this
5112           is the last set of changes I will need to make.
5114         * src/sp-item.cpp, src/splivarot.cpp, src/util/reverse-list.h,
5115           src/util/filter-list.h, src/util/map-list.h:
5116           adjust for changes in the list class' interface
5118         * src/desktop.cpp, src/sp-desktop-widget.h:
5119           removed old layer selector and added SPDesktop::itemIsHidden()
5121         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5122           more work; it's now at least as functional as the old selector it
5123           replaces
5125 2004-10-27  Kees Cook  <kees@outflux.net>
5127         * src/libnr/nr-point.h: use NR::X and NR::Y instead of "0" and "1".
5128         * src/dialogs/export.cpp: stack/register weirdness requires a function
5129           call to get true == comparison of NR::Rect's.  Closes bug #1048614.
5130         * src/dialogs/align.cpp: saving erased iterator.  Closes bug #1054270.
5131         * share/extensions/ill2svg.pl: added strict, warnings, and detection
5132           of Image::Magick module.  Closes bug #990659.
5133         * src/dialogs/find.h, src/dialogs/find.cpp: removed unfinished new
5134           find dialog instantiation.  Closes bug #1048802.
5136 2004-10-27  Carl Hetherington  <inkscape@carlh.net>
5138         * src/extension/output.cpp: better fix for 1004134 after advice
5139         from Ted.
5141 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5143         * src/extension/output.cpp: don't reset modified flag until after
5144         save has happened, in case it fails.  Fixes 1004134.
5146         * src/livarot/ShapeSweep.cpp: fix a typo in my cleanups.  Fixes
5147         1048151.
5149 2004-10-25  Bryce Harringotn <bryce@bryceharrington.org>
5151         * file.cpp, file.h, dialogs/export.cpp: Adding error return logic
5152           for png export code so that failure to write can be tracked.
5153           Adding an error dialog for when this occurs.  Fixes bug 1038932.
5155         * extension/system.cpp:  Changing sp_ui_error_dialog to g_warning
5156           so won't crash when running from commandline.  Fixes bug
5157           1000350.
5159         * inkscape.cpp, inkscape.h, main.cpp, dialogs/filedialog.cpp:
5160           Adding Inkscape::Application::use_gui flag as temporary hack to
5161           prevent gui dialogs from being used when running from
5162           commandline.  Fixes bug 1045067.
5164 2004-10-26  Carl Hetherington  <inkscape@carlh.net>
5166         * src/livarot/PathCutting.cpp: fix a couple of bugs that I
5167         introduced that cause crashes on cut path.
5169 2004-10-25  Kees Cook  <kees@outflux.net>
5171         * src/sp-object.cpp: nasty hack to not export metadata on "Plain SVG".
5172           I promise I'll fix this with a proper SPObject soon.
5174 2004-10-25  Jon A. Cruz  <jon@joncruz.org>
5175         * src/file.cpp, src/file.h, src/inkscape.cpp, src/sp-image.cpp,
5176         src/uri.cpp, src/uri.h, src/dialogs/filedialog.cpp,
5177         src/extension/input.cpp, src/extension/implementation/script.cpp,
5178         src/extension/internal/pov-out.cpp, src/extension/internal/ps.cpp,
5179         src/extension/internal/win32.h, src/extension/plugin/gimpgrad.cpp,
5180         src/helper/png-write.cpp, src/trace/imagemap.cpp, src/xml/repr-io.cpp:
5182         Refactoring filenames and file opening
5184 2004-10-24  MenTaLguY  <mental@rydia.net>
5186         * src/Makefile.am: added/removed files
5188         * src/util/copy-list.h: nobody's using it right now, get rid of it
5190         * src/traits/copy.h, src/traits/list-copy.h:
5191           traits for determining the type to make a copy of a value
5193         * src/sp-item.cpp, src/util/filter-list.h src/util/map-list.h,
5194           src/util/reverse-list.h, src/widgets/layer-selector.cpp
5195           src/xml/sp-repr-action.cpp:
5197           let the list functions infer their own result type (where possible)
5199         * src/util/forward-pointer-iterator.h: its value type is a reference
5201 2004-10-23  MenTaLguY  <mental@rydia.net>
5203         * src/desktop.cpp: removed vertical usize limits on statusbar
5205         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5206           more layer selector work; simplfied model and customized CellRenderer
5207           settings a bit
5209         * src/attributes.cpp, src/attributes.h, src/sp-object.cpp, src/sp-object.h:
5210           add inkscape:label attribute
5212         * src/file.cpp, src/sp-anchor.h, src/sp-animation.h, src/sp-chars.h,
5213           src/sp-clippath.h, src/sp-conn-end.cpp, src/sp-defs.h, src/sp-ellipse.h,
5214           src/sp-gradient.h, src/sp-guide.h, src/sp-image.h, src/sp-line.h,
5215           src/sp-linear-gradient.h, src/sp-marker.h, src/sp-mask.h,
5216           src/sp-namedview.h, src/sp-object-group.h, src/sp-offset.h, src/sp-path.h,
5217           src/sp-pattern.h, src/sp-polygon.h, src/sp-polyline.h,
5218           src/sp-radial-gradient.h, src/sp-rect.cpp, src/sp-rect.h, src/sp-root.h,
5219           src/sp-spiral.h, src/sp-star.h, src/sp-stop.h, src/sp-string.h,
5220           src/sp-symbol.h, src/sp-text.h, src/sp-tspan.h, src/sp-use.h,
5221           src/sp-offset.cpp, src/sp-shape.h:
5223           make inheritance actual
5225 2004-10-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5227         * src/libnr/*: Move some things from nr-matrix-ops.h to new files.
5229         * src/libnr/nr-point-fns.h, src/libnr/nr-point-fns.cpp:
5230           New function is_zero.  Move is_unit_vector here
5231           (was private to sp-spiral.cpp).
5233         * src/display/bezier-utils-test.cpp: Disable a test, replacing with a
5234           todo printf and adding a comment explaining.
5236 2004-10-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5238         * src/pencil-context.cpp: Ensure that data points array p is uniqued
5239           and contains no NaNs.
5241         * src/libnr/nr-point-fns.cpp (LInfty): Fix bug with NaN coordinates:
5242           return NaN (rather than unspecified behaviour).
5243         * src/libnr/nr-point-fns-test.cpp: Add test cases for L1,L2,LInfty
5244           handling of NaN.
5246         * src/pencil-context.cpp: Fix bug: undesirable interactions between
5247           snapping and snap-to-anchor.
5249 2004-10-21  MenTaLguY  <mental@rydia.net>
5251         * src/desktop.cpp: SPDesktop::currentRoot() should pull from
5252           the current layer hierarchy just like SPDesktop::currentLayer();
5253           doubly so, since currently when switching documents the layer hierarchy
5254           is updated before the document is switched
5256         * src/util/Makefile_insert, src/util/copy-list.h: add list copy thingy
5258         * src/util/list.h: add rest()
5260         * src/util/reverse-list.h: bug fixes to reverse_list_in_place()
5262         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5263           more work on layer selector
5265 2004-10-21  Carl Hetherington  <inkscape@carlh.net>
5267         * src/livarot/Path.cpp, src/livarot/Path.h,
5268         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5269         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5270         src/livarot/ShapeMisc.cpp: excise separate path description data
5271         structure.
5273         * src/livarot/Path.h, src/livarot/Path.cpp,
5274         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5275         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5276         src/livarot/ShapeMisc.cpp, src/livarot/livarot-forward.h: move
5277         path description structs into their own files, and rename a few
5278         member variables.
5280         * src/livarot/Path.h, src/livarot/PathConversion.cpp,
5281         src/livarot/PathOutline.cpp: remove some unused functions.
5283 2004-10-20  Carl Hetherington  <inkscape@carlh.net>
5285         * src/livarot/Path.cpp: fix for 1050379, and probably lots of
5286         others.
5288         * src/livarot/Path.h, src/livarot/PathOutline.cpp: bug fix for a
5289         previous commit.
5291         * src/livarot/Path.cpp: fix a memory leak.
5293 2004-10-19  Carl Hetherington  <inkscape@carlh.net>
5295         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: more
5296         simplification cleanups.
5298         * src/livarot/PathStroke.cpp: coding style cleanups.
5300         * src/livarot/Path.h, src/livarot/PathSimplify.cpp,
5301         src/livarot/PathStroke.cpp: more cleanups; don't modify Path::pts
5302         and Path::nbPt.
5304         * src/livarot/Path.cpp, src/livarot/Path.h,
5305         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5306         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: use a
5307         std::vector for Path::pts.
5309 2004-10-18  Carl Hetherington  <inkscape@carlh.net>
5311         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: coding style
5312         and const cleanups.
5314         * src/livarot/PathSimplify.cpp: some very minor cleanups, and
5315         temporary comments for myself.
5317         * src/livarot/PathConversion.cpp: coding style cleanups.
5319         * src/livarot/PathConversion.cpp: fix for bug 1048827.
5321         * src/livarot/Path.h, src/livarot/PathSimplify.cpp: clean up
5322         simplification code.
5324 2004-10-17  MenTaLguY  <mental@rydia.net>
5326         * share/templates/Makefile.am, share/templates/layers.svg:
5327           added a layer template
5329         * src/widgets/layer-selector.h, src/widgets/layer-selector.cpp:
5330           more layer selector work
5332         * src/util/filter-list.h, src/util/Makefile_insert:
5333           added filter_list()
5335 2004-10-15  Carl Hetherington  <inkscape@carlh.net>
5337         * src/livarot/PathSimplify.cpp: remove #ifdef
5338         pseudo_douglas_pecker code that wasn't being used.
5340 2004-10-15  MenTaLguY  <mental@rydia.net>
5342         * src/view.h: removed obsolete status message functions
5344         * src/attributes.h: remove unused #define
5346         * src/sp-object.cpp: fix for bug #1048268 (inkscape:collect being written
5347           in "plain SVG" files)
5349         * src/sp-item.h, src/sp-item.cpp: added isLocked() and isHidden()
5350           predicates
5352         * src/sp-item.cpp, src/sp-style.cpp: basic support for visibility CSS
5353           property
5355 2004-10-14  Ted Gould  <ted@gould.cx>
5357         * share/extension/*.inkmod -> *.inx
5358         src/extension/init.cpp
5360         Changing the filename extension that is used to identify Inkscape
5361         extensions to the one specified in the design document.
5363 2004-10-14  MenTaLguY  <mental@rydia.net>
5365         * src/util/list.h: more 3.4 fixes
5367 2004-10-13  MenTaLguY  <mental@rydia.net>
5369         * src/util/list.h, src/util/forward-pointer-iterator.h:
5371           fixes to (hopefully) build with g++ 3.4 (and generally be less evil
5372           anyway)
5374 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5376         * src/livarot/int-line.cpp: coding style cleanups.
5378         * src/livarot/float-line.cpp, src/livarot/float-line.h:
5379         refactoring, removal of dead code.
5381         * src/display/guideline.cpp, src/display/guideline.h: coding style
5382         cleanups.
5384         * src/livarot/Path.cpp, src/livarot/Path.h,
5385         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5386         src/livarot/PathSimplify.cpp, src/livarot/PathStroke.cpp: merge
5387         Path::path_lineto and Path::path_lineto_b.
5389 2004-10-14  Carl Hetherington <inkscape@carlh.net>
5391         * src/Path.cpp, src/Path.h, src/PathConversion.cpp,
5392         src/PathCutting.cpp, src/PathOutline.cpp, src/PathSimplify.cpp,
5393         src/ShapeMisc.cpp: use a vector of pointers for Path::descr_cmd.
5395         * src/livarot/Ligne.cpp, src/livarot/Ligne.h,
5396         src/livarot/int-line.cpp, src/livarot/int-line.h,
5397         src/livarot/float-line.cpp, src/livarot/float-line.h,
5398         src/livarot/livarot-forward.h, src/livarot/ShapeRaster.cpp,
5399         src/sp-flowregion.cpp, src/display/canvas-bpath.cpp,
5400         src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
5401         src/display/sp-ctrlline.cpp, src/libnrtype/FlowDest.cpp,
5402         src/libnrtype/RasterFont.cpp: split Ligne into float-line and
5403         int-line.
5405         * src/libnrtype/FlowDest.cpp, src/libnrtype/RasterFont.cpp,
5406         src/libnrtype/raster-position.h, src/livarot/float-line.cpp,
5407         src/livarot/float-line.h, src/livarot/int-line.cpp: use
5408         std::vector for arrays in FloatLigne.
5410         * src/livarot/float-line.cpp, src/livarot/float-line.h: remove
5411         lots of dead code.  Make some methods private.
5413 2004-10-12  MenTaLguY  <mental@rydia.net>
5415         * src/Makefile.am: added files
5417         * src/layer-fns.cpp, src/sp-item.cpp: use iterators, simplifying code
5419         * src/sp-object.cpp, src/splivarot.cpp: adapt to new version of
5420           Inkscape::Algorithms::longest_common_suffix
5422         * src/sp-object.h, src/sp-repr-iterators.h: add new iterator classes
5424         * src/algorithms/find-last-if.h: add counterpart of std::find_if
5426         * src/algorithms/longest-common-suffix.h: rewrite to use iterators
5428         * src/algorithms/longest-prefix.h, src/algorithms/longest-suffix.h,
5429           src/algorithms/shortest-prefix.h, src/algorithms/shortest-suffix.h:
5431           removed; these algorithms are no longer necessary when using
5432           iterators
5434         * src/traits/list.h: no longer needed
5436         * src/traits/reference.h: add "Pointer" member type
5438         * src/util/Makefile_insert: shuffled files
5440         * src/util/list.h: reworked Inkscape::Util::List to be a "handle" type
5441           that can also be used as an STL iterator
5443         * src/util/forward-pointer-iterator.h: treat a pointer as an iterator,
5444           given a base pointer type and a type which defines the iteration
5445           strategy
5447         * src/util/map.h: obsolete
5449         * src/util/map-list.h: iterator-based implementation
5451         * src/traits/tree-iterator.h: no longer necessary (superceded by
5452           specific applications of Inkscape::Util::ForwardPointerIterator)
5454         * src/sp-object-tree-iterator.h, src/util/parent-axis.h,
5455           src/util/sibling-axis.h: obsolete
5457         * src/util/map.h, src/util/reverse.h: obsolete
5459         * src/util/map-list.h, src/util/reverse-list.h:
5460           iterator-based implementations
5462         * src/xml/Makefile_insert: added file
5464         * src/xml/repr.h: removed old tree iterator stuff
5466         * src/xml/sp-repr-action.cpp, src/xml/sp-repr-action.h: use new
5467           pointer iterator facility
5469         * src/xml/sp-repr-iterators.h: pointer iterators for SPRepr
5471 2004-10-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5473         * src/display/bezier-utils.h, src/display/bezier-utils.cpp
5474           (sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
5475           of the last parameter: was max_depth, now lg_max_beziers, with the
5476           relationship lg_max_beziers = max_depth + 1.  Callers updated.
5478         * src/xml/repr.cpp (sp_repr_change_order):
5479           Add g_return_if_fail for some conditions that would break structural
5480           integrity, and add a TODO comment indicating incompleteness.
5481           Use sp_repr_prev function.
5483         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp
5484           (sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
5485           with sp_repr_next.  Don't consider it an error for child to be
5486           NULL or parentless.  Callers updated.
5488         * src/draw-context.cpp (spdc_concat_colors_and_flush,
5489           spdc_flush_white): Misc readability cleanups.
5491         * src/display/curve.cpp (sp_curve_reverse): Fix a bug where the
5492           reversed curve wrongly included a trailing moveto command.  (Bug
5493           introduced in my 2004-09-05 change: one of the callers I didn't
5494           know how to cause to run.)
5496 2004-10-12  Ted Gould  <ted@gould.cx>
5498         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
5499         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
5500         share/extensions/eps_input.inkmod, share/extensions/epsi_output.inkmod,
5501         share/extensions/gimpgrad.inkmod, share/extensions/ps_input.inkmod,
5502         share/extensions/roundhole.inkmod, share/extensions/sk_input.inkmod,
5503         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
5504         share/extensions/txt2svg.inkmod, share/extensions/wmf_input.inkmod,
5505         src/extension/dependency.cpp, src/extension/dependency.h,
5506         src/extension/extension.cpp, src/extension/init.cpp:
5508         Moving all of the dependency stuff from the scripts, up to the root
5509         extension level.  This means that everyone can have dependencies, and
5510         dependency checking (a good thing).  This makes use of the new
5511         'Dependency' class that is also in the extension directory.
5513 2004-10-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5515         * src/pencil-context.cpp (sp_pencil_context_root_handler): Split into
5516           many functions, fixing some illegal union aliasing along the way (as
5517           was done for sp_pen_context_root_handler).
5519         * src/modifier-fns.h: New file of inline functions based on macros.h
5520           MOD__CTRL etc. macros.
5521         * src/Makefile_insert: Add the new file.
5523         * src/pen-context.h: Change size of p array from SP_DRAW_MAX_POINTS to
5524           5 now that we aren't sharing with SPPencilContext.
5526         * src/draw-context.cpp, src/draw-context.h, src/pen-context.cpp,
5527           src/pen-context.h, src/pencil-context.cpp, src/pencil-context.h:
5528           Move npoints,p from SPDrawContext to both SPPenContext and
5529           SPPencilContext.
5531         * src/draw-context.cpp, src/draw-context.h: Split off new files
5532           pen-context.h, pen-context.cpp, pencil-context.h, pencil-context.cpp,
5533           draw-anchor.h, draw-anchor.cpp.
5534         * src/Makefile_insert: Add the new files.
5536 2004-10-10  Ted Gould  <ted@gould.cx>
5538         * src/event-context.cpp, src/file.cpp, src/file.h, src/print.cpp,
5539         src/print.h, src/selection-chemistry.h, src/sp-image.cpp, src/sp-item.cpp,
5540         src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp, src/sp-symbol.cpp,
5541         src/tools-switch.cpp, src/dialogs/export.cpp, src/dialogs/filedialog.cpp,
5542         src/extension/Makefile_insert, src/extension/db.cpp,
5543         src/extension/dependency.cpp, src/extension/dependency.h,
5544         src/extension/effect.cpp, src/extension/effect.h,
5545         src/extension/extension-forward.h, src/extension/extension.cpp,
5546         src/extension/extension.h, src/extension/input.cpp, src/extension/input.h,
5547         src/extension/output.cpp, src/extension/output.h, src/extension/print.cpp,
5548         src/extension/print.h, src/extension/system.cpp,
5549         src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp,
5550         src/extension/internal/svg.cpp, src/libnrtype/FlowResOut.cpp:
5552         Splitting out the different types of extensions into their own files so
5553         that the overall dependencies can be reduced.  Caused a ripple through
5554         lots of other files.  Hopefully the dependency situation is better now.
5556 2004-10-10  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5558         * src/draw-context.cpp:
5559           Change xp,yp file globals to NR::Point pen_draw_origin_w.
5561         * src/draw-context.cpp (sp_pen_context_root_handler):
5562           Split into many routines.  Fix some illegal union member aliasing.
5563           (pen_handle_key_press): Minor code cleanups in backspace handling.
5564           (pen_handle_motion_notify): Make tolerance var local instead of
5565           file-global.  (This transformation is applicable to many
5566           dragtolerance users.)
5568         * src/draw-context.cpp (spdc_endpoint_snap_handle):
5569           Change argument type from SPDrawContext to SPPenContext, and
5570           specialize definition accordingly.  Caller updated.
5572         * src/draw-context.h: Change red_curve_is_valid from char to bool.
5573         * src/draw-context.cpp: Change red_curve_is_valid assignments from
5574           0x00/0x01 to false/true (using find & replace).
5576 2004-10-07  Carl Hetherington  <inkscape@carlh.net>
5578         * src/nr-object.cpp, src/nr-object.h: coding style and const
5579         fixes.
5581         * src/nr-rect.cpp: added a doxygen comment.  Some coding style
5582         fixes.
5584         * src/sp-paint-server.cpp: coding style fixes.
5586         * src/nr-arena-item.cpp, src/nr-arena-item.h: move a comment to
5587         the .cpp file and make it doxygen-style.
5589         * src/livarot/Path.cpp: coding style cleanups.  Add an assert to
5590         Path::Transform().
5592         * src/livarot/Path.cpp, src/livarot/Path.h: fix some archaic
5593         notation.
5595         * src/livarot/Ligne.cpp: coding style cleanups.
5597         * src/livarot/PathOutline.cpp, src/livarot/Path.h: fix a rather
5598         nasty hack in the outlining code.
5600         * src/livarot/Path.cpp, src/livarot/Path.h,
5601         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5602         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5603         src/livarot/ShapeMisc.cpp, src/splivarot.cpp, src/sp-offset.cpp:
5604         use std::vector for Path::descr_cmd.
5606         * src/livarot/Path.cpp, src/livarot/Path.h,
5607         src/livarot/PathConversion.cpp, src/livarot/PathCutting.cpp,
5608         src/livarot/PathOutline.cpp, src/livarot/PathSimplify.cpp,
5609         src/livarot/ShapeMisc.cpp: getType() and setType() in Path::path_descr.
5611 2004-10-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5613         * src/sp-object-repr.cpp (sp_repr_type_lookup): Distinguish between XML
5614           element name and sodipodi:type attribute value: use a separate table
5615           for each.
5616         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_lookup):
5617           Don't export this function.  (Also rename it to name_to_gtype and
5618           change its definition for separate tables.)
5620 2004-10-03  Kees Cook  <kees@outflux.net>
5622         * src/dialogs/rdf.cpp, src/dialogs/repr-util.cpp, src/dialogs/repr.h:
5623           Since "dc:title" can appear at multiple XML levels, a way to
5624           control max depth in searching was added.  (Closes bug #1009290)
5626 2004-09-30  MenTaLguY  <mental@rydia.net>
5628         * src/widgets/document-tree-model.cpp:
5629           more bug fixes
5631         * src/widgets/layer-selector.cpp, src/widgets/layer-selector.h:
5632           get the layer selector sort of in more order
5634 2004-09-28  Ted Gould  <ted@gould.cx>
5636         * src/verbs.cpp, src/verbs.h, src/view.cpp:
5638         Making it so that actions get deleted as views get destroyed.
5640 2004-09-27  Ted Gould  <ted@gould.cx>
5642         * src/desktop.h, src/forward.h, src/interface.cpp, src/interface.h,
5643         src/select-toolbar.cpp, src/shortcuts.cpp, src/shortcuts.h,
5644         src/toolbox.cpp, src/toolbox.h, src/verbs.cpp, src/verbs.h,
5645         src/dialogs/align.cpp, src/dialogs/align.h,
5646         src/dialogs/desktop-properties.cpp, src/dialogs/display-settings.cpp,
5647         src/dialogs/export.cpp, src/dialogs/find.cpp,
5648         src/dialogs/item-properties.cpp, src/dialogs/object-properties.cpp,
5649         src/dialogs/text-edit.cpp, src/dialogs/transformation.cpp,
5650         src/dialogs/xml-tree.cpp, src/helper/action.cpp, src/helper/action.h:
5652         Wow, alot of files changed.  The ones that changed the most are
5653         verb.cpp and verb.h, which are almost entirely different.  What happened
5654         here is the verbs were made object oriented.  So, as the verbs
5655         are built into everything, lots of files changed.  Now the code
5656         for the verbs is much cleaner, and I think a little bit faster.
5657         Also, it will be easier to extend the verbs for use in effects.
5659 2004-09-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5661         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
5662           Get rid of operator NR::translate(), which was allowing
5663           *implicit* (and typically lossy) conversion to NR::translate,
5664           and which made a bug hard to find.
5666         * src/sp-gradient-test.cpp: New unit test file.  I believe this is the
5667           first test that tests an SPObject.
5668         * src/Makefile_insert, src/Makefile.am: Invoke the new test.
5670 2004-09-24  MenTaLguY <mental@rydia.net>
5672         * src/selection-chemistry.cpp:
5674           "select all" and "clear" now operate on the current layer rather than on
5675           the document root
5677         * src/verbs.cpp, src/shortcuts.cpp, layer-fns.cpp, src/sp-item.cpp:
5679           keyboard shortcuts and fixes for layer verbs
5681 2004-09-23  MenTaLguY <mental@rydia.net>
5683         * src/message-stack.h, src/message-stack.cpp:
5685           return id of flashed messages so they are cancellable
5687         * src/message-context.h, src/message-context.cpp:
5689           message context flashes now supercede one another, as regular
5690           messages do (they do not supercede regular messages though)
5692         * src/interface.cpp, src/layer-fns.cpp, src/layer-fns.h, src/verbs.cpp:
5694           initial stab at layers menu; not everything works the way it should
5695           quite yet
5697         * src/message-context.h, src/message-context.cpp:
5699           added flash methods to Inkscape::MessageContext
5701         * src/gc-core.h, src/display/nr-arena-glyphs.cpp,
5702 src/display/nr-arena-group.cpp,
5703           src/display/nr-arena-item.cpp, src/display/nr-arena-item.h,
5704           src/display/nr-arena-shape.cpp, src/libnr/nr-object.cpp,
5705 src/libnr/nr-object.h,
5707           eliminate more sources of leaks; managed objects shouldn't use refcounts
5708           among themselves
5710         * src/xml/repr.cpp: don't nuke log pointer
5712 2004-09-21  MenTaLguY <mental@rydia.net>
5714         * src/gc-finalized.h: fix for stupid bug preventing finalizable objects
5715           from being collected
5717         * src/Makefile_insert, src/gc.cpp, src/gc-core.h:
5718           move Inkscape::GC::init out-of-line, and funnel GC warnings through
5719           glib
5721 2004-09-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5723         * src/sp-marker.h, src/sp-marker.cpp (sp_marker_show_instance):
5724           Change to using NR::Matrix instead of NRMatrix.  Update caller.
5726         * src/sp-gradient.cpp (sp_gradient_get_g2d_matrix,
5727           sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
5728           New NR::Matrix/NR::Rect versions of existing functions.
5730         * src/libnr/nr-matrix-translate-ops.h (operator/): New function.
5732         * src/libnr/nr-matrix-scale-ops.cpp: New file.
5733         * src/libnr/nr-matrix-scale-ops.h (operator/(Matrix,scale)):
5734           New function.
5736 2004-09-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5738         * src/sp-gradient.h: Change gradientTransform from NRMatrix to
5739           NR::Matrix.  Users updated.
5741         * src/Makefile.am (EXTRA_DIST), Makefile_insert
5742           dialogs/Makefile_insert extension/implementation/Makefile_insert
5743           extension/internal/Makefile_insert helper/Makefile_insert
5744           livarot/Makefile_insert (blah_SOURCES):
5745           Add some .h files for `make dist'.
5747 2004-09-19  MenTaLguY <mental@rydia.net>
5749         * src/gc-core.h: don't defer finalizers
5751         * src/gc-core.h: bump up free space divisor -- collections should
5752           happen ~32x more frequently
5754 2004-09-19  Carl Hetherington <inkscape@carlh.net>
5756         * src/display/canvas-bpath.cpp, src/display/nr-arena-shape.cpp,
5757         src/display/sp-ctrlline.cpp, src/libnrtype/RasterFont.cpp,
5758         src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: remove some
5759         unused parameters from calls to raster code.
5761         * src/livarot/ShapeRaster.cpp: coding style cleanups.
5763         * src/livarot/Shape.h, src/livarot/ShapeRaster.cpp: factored out
5764         _updateIntersection().
5766         * src/livarot/AVL.cpp, src/livarot/AVL.h: remove DblLinked.  Cleanups.
5768 2004-09-18  MenTaLguY <mental@rydia.net>
5770         * src/dialogs/filedialog.cpp: unref the preview document we created
5772 2004-09-18  Carl Hetherington <inkscape@carlh.net>
5774         * src/livarot/AVL.cpp, src/livarot/AVL.h,
5775         src/livarot/DblLinked.cpp, src/livarot/DblLinked.h,
5776         src/livarot/LivarotDefs.h, src/livarot/ShapeRaster.cpp,
5777         src/livarot/ShapeSweep.cpp, src/livarot/sweep-tree.cpp,
5778         src/livarot/sweep-tree.h, src/sweep-event.h: replace leftFoo and
5779         rightFoo with foo[2] in a few places.  Associated cleanups.
5781         * src/livarot/Shape.h: use Side rather than a bool for
5782         TesteIntersection.  Add some methods.  Remove some unused variables.
5784         * src/livarot/ShapeSweep.cpp: simplify TesteIntersection with use
5785         of Side.
5787         * src/livarot/sweep-event.h: const fix.
5789         * src/livarot/sweep-event.cpp: simplifications with use of Side.
5791         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5792         src/livarot/ShapeMisc.cpp, src/ShapeSweep.cpp: lastA/firstA in
5793         Shape::dg_point ->
5795           further work on stroking; break out bezier approximation into
5796           public functions
5798 2004-09-10  MenTaLguY <mental@rydia.net>
5800         * src/render/polygon.h, src/render/shape-builder.h,
5801           src/render/shape-builder.cpp, src/render/stroke.h,
5802           src/render/dash.h:
5804           beginnings of a simple alternate renderer
5806 2004-09-09  Carl Hetherington <inkscape@carlh.net>
5808         * src/sp-flowtext.cpp, src/sp-offset.cpp, src/splivarot.cpp,
5809         src/display/nr-arena-shape.cpp, src/libnrtype/FlowDest.cpp,
5810         src/livarot/PathConversion.cpp, src/livarot/Shape.h: make
5811         Shape::nbPt and Shape::nbAr private and provide accessor methods.
5813         * src/display/nr-arena-shape.cpp, src/livarot/Shape.h: make
5814         Shape::flags private.
5816         * src/splivarot.cpp, src/livarot/PathStroke.cpp,
5817         src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5818         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
5819         Clean up handling of flags in Shape class
5821         * src/livarot/AlphaLigne.cpp, src/livarot/Path.cpp,
5822         src/livarot/PathSimplify.cpp, src/livarot/Shape.cpp,
5823         src/livarot/ShapeSweepUtils.cpp: it's ok to free NULL.
5825         * src/livarot/Shape.h, src/sp-offset.cpp, src/splivarot.cpp,
5826         src/display/nr-arena-shape.cpp: Make Shape::pts private and offer
5827         a read-only accessor.
5829         * src/livarot/Shape.cpp, src/livarot/Shape.h,
5830         src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
5831         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp, src/
5832         livarot/ShapeSweepUtils.cpp, src/livarot/ShapeUtils.h: Rename
5833         Shape::pts to Shape::_pts, and use getPoint() wherever possible.
5835         * src/sp-offset.cpp, src/splivarot.cpp, src/livarot/Shape.cpp,
5836         src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5837         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp: Add
5838         dg_point::totalDegree() and make use of it.
5841 2004-09-08  MenTaLguY  <mental@rydia.net>
5843         * src/libnr/nr-object.h, src/libnr/nr-object.cpp: fix NRObject
5844           initialization
5846         * configure.in, src/gc-core.h, src/gc-managed.h, src/gc-anchored,
5847           src/gc-finalized.h:
5849           add a --disable-gc ./configure option to omit garbage collection
5850           from the build (the normal allocator will be used, although
5851           memory will obviously leak since it does not get explicitly freed)
5853         * src/xml/repr.cpp: SPRepr's copy constructor needs to properly
5854           initialize its fields
5856         * src/xml/repr-util.cpp, src/xml/repr-private.h,
5857           src/xml/repr.h, src/xml/repr.cpp:
5859           new child-count-related routines, and added mutation signals
5860           to SPReprDoc
5862         * src/desktop.cpp: call the "Active Group" widget by its TRUE NAME!
5864         * src/widgets/Makefile_insert, src/widgets/document-tree-model.cpp,
5865           src/widgets/document-tree-model.h, src/widgets/layer-selector.cpp,
5866           src/widgets/layer-selector.h:
5868           very cursory start on new layers UI
5870 2004-09-08  Carl Hetherington <inkscape@carlh.net>
5872         * src/helper/stock-items.cpp: fix a bad free().  Improve coding
5873         style compliance.
5875         * src/libnrtype/FlowRes.cpp: slightly unpleasant fix for a buffer
5876         overrun.
5878 2004-09-07  MenTaLguY <mental@rydia.net>
5880         * src/livarot/Shape.cpp, src/livarot/Shape.h, src/livarot/ShapeMisc.cpp,
5881           src/livarot/ShapeSweep.cpp:
5883           use std::vector for points array (seems to crash less?)
5885         * src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
5886           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
5887           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5888           src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
5889           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
5891           switch to glib's allocator routines, which have the expected
5892           semantics
5894         * src/livarot/evil-malloc.h: removed
5896 2004-09-07  Ted Gould  <ted@gould.cx>
5898         * src/color-rgba.h:
5900         Some comments and some little code clean up things.  Added a couple
5901         of constructors to make life a little simpler.
5903 2004-09-06  Ted Gould  <ted@gould.cx>
5904         * src/extension/plugin/gimgrad.cpp, src/extension/implementation/plugin*
5905           share/extension/gimpgrad.inkmod, src/extension/system.cpp,
5906           src/extension/extension.h:
5908         Mega commit.  This commit does two things, it adds in the ability to
5909         do plugins in Inkscape.  This means that there are loadable modules
5910         that can be used for just about anything.  It also provides a sample
5911         implementation of a plugin to load GIMP gradients.  This means that
5912         GIMP gradients can be imported into Inkscape, giving a larger set of
5913         gradients that can be used in Inkscape.
5915         Currently, nothing here is really complete, but it is functional.  The
5916         plugins really only work for input plugins, and the GIMP gradient example
5917         isn't very robust.  They will come shortly.
5919 2004-09-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5921         * src/display/curve.h, src/display/curve.cpp:
5922           Change x,y members to NR::Point.
5923           Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
5925         * src/display/curve.cpp (sp_curve_reverse): Previously this
5926           routine returned only the last subpath, and made it an open
5927           path.  Now it preserves all aspects of the curve other than
5928           reversing it.  I believe this change makes no difference to the
5929           draw-context and dyna-draw-context callers (though I haven't
5930           managed to test all of these callers), whereas for the `reverse
5931           path' command, users presumably expect the new behaviour.
5933         * src/display/curve.cpp (sp_curve_closepath_current):
5934           Fix bad assertion.
5936         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
5937           (get_translation): New function.
5939         * src/sp-polygon.cpp (polygon_get_value): Use static linkage.
5940           (sp_polygon_set): Remove debugging output.  Add `todo' comment.
5942 2004-09-03  MenTaLguY <mental@rydia.net>
5944         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
5945           src/sp-namedview.h:
5947           remember previously selected layer on load
5949 2004-09-02  MenTaLguY <mental@rydia.net>
5951         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp:
5953           reintroduced the inkscape:groupmode attribute
5955         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5956           src/libnr/nr-object.cpp:
5958           remove USE_LIBGC macro again
5960 2004-08-30  MenTaLguY <mental@rydia.net>
5962         * src/sp-object.cpp:
5964           ref the object while SPObject::deleteObject runs, so it doesn't
5965           get destroyed halfway through [ fix for bug #1012874 ]
5967 2004-08-29  MenTaLguY <mental@rydia.net>
5969         * src/gc-core.h:
5971           turn off scanning of dynamic library data segments; we don't need
5972           it, and it seems to cause problems on FC2
5974 2004-08-27  MenTaLguY <mental@rydia.net>
5976         * src/traits/function.h: add typedefs for all argument positions,
5977           specifying 'void' for all arguments after the last
5979         * src/livarot/evil-malloc.h, src/livarot/BitLigne.cpp,
5980           src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
5981           src/livarot/Shape.cpp, src/livarot/ShapeSweepUtils.cpp:
5983           work around livarot bugs so I can use ElectricFence
5985         * src/gc-core.h, src/gc-finalized.h, src/gc-anchored.h,
5986           src/libnr/nr-object.cpp:
5988           make the garbage collector easy to disable by undefining
5989           USE_LIBGC in src/gc-core.h
5991 2004-08-26  MenTaLguY <mental@rydia.net>
5993         * src/document-private.h, src/document.h, src/document.cpp:
5995           add notification signal when resources are added or removed
5997 2004-08-25  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
5999         * src/xml/repr-css.cpp (sp_repr_css_print):
6000           Fix for shared string change.
6002         * src/sp-text.cpp (sp_text_description):
6003           Fix for when font Name() call fails.
6005         * src/sp-text.cpp: CodingStyle changes, including moving some
6006           declarations to first use.
6007           Remove unused __SP_TEXT_C__ define.
6009 2004-08-25  Carl Hetherington  <inkscape@carlh.net>
6011         * src/sp-cursor.cpp, src/sp-cursor.h, src/sp-guide.cpp:
6012         coding style cleanups.
6014 2004-08-24  MenTaLguY <mental@rydia.net>
6016         * src/gc-anchor.h: fix to always use the GC base address, since
6017           that will not always be the same as 'this', when I::GC::Anchored
6018           is used via multiple inheritance.
6020 2004-08-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6022         * src/libnrtype/TextWrapper.h, src/libnrtype/TextWrapper.cpp (AppendUTF8):
6023           Use strlen instead of for-loop.
6024           Change printf to g_return_if_fail (and document that the argument
6025           must be valid UTF-8).
6026           Mark the text pointer as not being written through (const).
6028 2004-08-23  MenTaLguY <mental@rydia.net>
6030         * src/xml/repr.cpp, src/xml/sp-repr-action.h:
6032           removed stupid default 'next' constructor arguments and force them
6033           to be specified explicitly (and fix the omission of one, which
6034           fixes bug #1014541)
6036 2004-08-22  MenTaLguY <mental@rydia.net>
6038         * src/Makefile_insert, src/gc-alloc.h:
6040           introduced a GC-aware STL allocator
6042         * src/document-private.h, src/document.h, src/document.cpp:
6044           switch to using STL map for "id changed" signals
6046 2004-08-21  MenTaLguY <mental@rydia.net>
6048         * src/Makefile_insert, src/util/Makefile_insert: get libinkutil
6049           deps straightened out
6051         * src/document-private.h, src/document-undo.cpp, src/document.cpp:
6053           adapt for new APIs, header cleanups/refactorings
6055         * src/gc-core.h, src/gc-anchored.h, src/gc-finalized.h, src/gc-managed.h:
6057           rewrote interface to Boehm GC for increased flexibility; there are now
6058           three main classes:
6060            - Inkscape::GC::Managed: objects managed by the GC; replaces
6061                                     Inkscape::GC::Object
6063            - Inkscape::GC::Finalized: objects for which the GC will call
6064                                       destructors automatically; replaces
6065                                       Inkscape::GC::FinalizedObject
6067            - Inkscape::GC::Anchored: managed objects which can be 'anchored'
6068                                      to prevent collection while non-gc-aware
6069                                      objects are holding references; replaces
6070                                      Inkscape::Refcounted
6072           Note that they no longer inherit from each other(!), so you will
6073           need to mix-and-match via multiple inheritance.  The latter two
6074           don't do anything useful without the first, however.
6076         * src/gc-object.h, src/refcounted.h: removed
6078         * src/message-context.cpp, src/message-stack.h, src/selection.h,
6079           src/view.cpp, src/libnr/nr-object.h, src/util/list.h,
6080           src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h, src/desktop.cpp:
6082           adopt new GC API and header refatorings
6084         * src/Makefile.am, src/util/Makefile_insert:
6086           list util/* files in util's Makefile_insert now.
6088         * src/util/reverse.h: revive anx fix Inkscape::Util::reverse
6090         * src/util/share-c-string.cpp, src/util/share-c-string.h: removed
6092         * src/util/shared-c-string.cpp, src/util/shared-c-string.h:
6094           employ the type system to make shared strings a little safer to use;
6095           you can still shoot yourself in the foot, but at least now you need
6096           to aim and pull the trigger first
6098         * src/xml/Makefile_insert, src/xml/repr-action-test.cpp,
6099           src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.h:
6101           reorganize transaction logging files
6103         * src/xml/repr-action-test.cpp: updated headers
6105         * src/xml/repr-action.cpp, src/xml/repr-action.h: removed
6107         * src/xml/repr-private.h, src/xml/repr.cpp, src/xml/repr.h:
6109           update for new GC API and shared strings
6111         * src/xml/sp-repr-action-fns.h, src/xml/sp-repr-action.cpp,
6112           src/xml/sp-repr-action.h:
6114           header refactoring and new GC API
6116         * src/xml/sp-repr-attr.h, src/xml/sp-repr-listener.h:
6118           new GC API
6120 2004-08-20  Carl Hetherington <inkscape@carlh.net>
6122         * src/zoom-context.cpp, src/view.cpp, src/version.cpp,
6123         src/sp-defs.cpp: coding style cleanups.
6125         * src/sp-polygon.cpp: coding style and a few other small cleanups.
6127         * src/sp-anchor.cpp: coding style cleanups.  Remove unnecessary
6128         static variable.
6130 2004-08-18  Bryce Harrington <bryce@bryceharrington.org>
6132         * autogen.sh:  Fixing the 'missing ltmain.sh' bug
6134 2004-08-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6136         * src/sp-star.cpp: Use cast to guint32 instead of using modulo 2**32.
6137           Fix a uint compilation bug on Windows reported by mrchapp.
6138           Mark a few functions as static.
6140 2004-08-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6142         * src/sp-conn-end.cpp (change_endpts):
6143           Use new sp_curve_stretch_endpoints function: i.e. preserve the
6144           shape of the connector path.
6146         * src/display/curve.h, src/display/curve.cpp
6147           (sp_curve_stretch_endpoints): New function.
6149         * src/sp-use-reference.cpp: CodingStyle changes.
6151         * src/sp-item.h, src/sp-item.cpp (sp_item_write_transform):
6152           Indicate that adv won't get written to.
6154         * src/sp-rect.cpp (sp_rect_set_transform): Call sp_rect_set_shape,
6155           so that bbox is up-to-    src/livarot/PathConversion.cpp,
6156 src/livarot/Shape.cpp,
6157         src/livarot/Shape.h, src/livarot/ShapeDraw.cpp, src/livarot/ShapeMisc.cpp,
6158         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp,
6159         src/livarot/ShapeSweepUtils.cpp:
6160           Revert these files to their state prior to mental's "2004-08-08"
6161           entry (the change made in 2004-08-09 02:23 UTC).
6163 2004-08-11  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6165         * src/algorithms/longest-common-suffix.h: Fix bug I introduced three
6166           days ago.
6168         * src/attributes.h, src/attributes.cpp: New attributes
6169           SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
6170         * src/sp-conn-end.h, src/sp-conn-end.cpp,
6171           src/sp-conn-end-pair.h, src/sp-conn-end-pair.cpp:
6172           New files.
6173         * src/Makefile_insert (libinkpre_a_SOURCES): Add the new files.
6175         * src/sp-path.cpp, src/sp-path.h: Call the new connector stuff.
6177         * src/display/curve.h, src/display/curve.cpp
6178           (sp_curve_first_point, sp_curve_last_point): New functions.
6180           (sp_curve_transform): Re-implement with NR::Matrix/NR::Point.
6181           The old code appears to be buggy for sheer/rotate matrices
6182           due to calculating each y coord using the new corresponding x coord
6183           instead of the previous value.
6185           Also add NR::translate version.
6187           Get rid of the return value.  Callers updated.
6189         * src/sp-item.h, src/sp-item.cpp: (i2anc_affine): New function
6190           (essentially a rename of existing private partial_xform function, but
6191           differing behaviour on encountering non-SPItem in the hierarchy).
6193           (i2i_affine): New function (essentially a rename of existing
6194           SPItem::getRelativeAffine).  Implement SPItem::getRelativeAffine in
6195           terms of the new function.
6197           (sp_item_dt2i_affine): NR::Matrix version.
6199         * src/libnr/nr-path.h (c, setC): new methods.
6201 2004-08-09  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6203         * src/desktop-affine.cpp (sp_desktop_w2doc_affine,
6204         sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
6205         src/knotholder.cpp (knot_moved_handler), src/sp-item.cpp
6206         (SPItem::getRelativeTransform), src/sp-rect.cpp
6207         (sp_rect_set_transform), src/display/sp-canvas-util.cpp
6208         (sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
6209           Cleanup: Use the new division operators instead of multiplication by
6210           inverse.  (Currently the division operators are implemented as
6211           multiplication by inverse.)
6213         * src/splivarot.cpp, src/livarot/Shape.cpp, src/livarot/ShapeMisc.cpp,
6214         src/livarot/ShapeRaster.cpp, src/livarot/ShapeSweep.cpp:
6215           Hurriedly fix some problems caused by overly-hurried changes.
6216           Address some signed/unsigned warnings.
6217           Add some assertions.
6218           (Haven't checked the performance cost of the assertions.)
6220         * src/livarot/Shape.h: Make constructors explicit.
6222 2004-08-08  MenTaLguY  <mental@rydia.net>
6224         * src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-offset.cpp,
6225           src/splivarot.cpp, src/display/nr-arena-shape.cpp,
6226           src/livarot/PathConversion.cpp, src/livarot/Shape.cpp,
6227           src/livarot/Shape.h, src/livarot/ShapeDraw.cpp,
6228           src/livarot/ShapeMisc.cpp, src/livarot/ShapeRaster.cpp,
6229           src/livarot/ShapeSweep.cpp, src/livarot/ShapeSweepUtils.cpp:
6231           replace ad-hoc realloced arrays with std::vector and deal with
6232           uninitialized data problems that valgrind complained about
6234         * libgc.supp: valgrind suppression profile for libgc, which necessarily
6235           reads and runs comparisons on a lot of uninitalized data; the present
6236           form of this file is probably too broad however
6238 2004-08-08  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6240         * src/libnr/nr-matrix-div.h, src/libnr/nr-matrix-div.cpp:
6241           operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
6242           new functions, new files.
6244         * src/algorithms/longest-common-suffix.h:
6245           Handle in O(1) time the common case of equal tails.
6246           Documentation.
6248 2004-08-08  Ted Gould  <ted@gould.cx>
6250         * src/svg-profile.h, src/Makefile_insert:
6252         Adding the first support in for trying to determine which profiles are
6253         used with certain functionality, and if that is used by the current
6254         document.  Really, right now, there is no code changes to anything that
6255         compiles.  But this is the header file that contains the class that
6256         I'm plannig to use in the future.
6258 2004-08-07  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6260         * src/libnrtype/RasterFont.h, src/libnrtype/RasterFont.cpp:
6261           Get rid of argumentless constructor (which was leaving
6262           style.transform as random bits), replace with constructor taking
6263           style argument.  Caller updated.
6264           Disable default copy constructor and operator=.
6266 2004-08-06  MenTaLguY <mental@rydia.net>
6268         * configure.in, src/gc-core.h, src/gc-object.h,
6269           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-group.cpp,
6270           src/display/nr-arena-image.cpp, src/display/nr-arena-item.cpp,
6271           src/display/nr-arena-shape.cpp, src/display/nr-arena.cpp,
6272           src/helper/action.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
6274           make NRObject GC-aware
6276 2004-08-06  David Turner <novalis@gnu.org>
6277         * src/sp-shape.cpp (sp_shape_marker_get_transform): Make marker handling
6278 match
6279         SVG spec better.
6281 2004-08-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6283         * src/libnr/nr-matrix.h, src/libnr/nr-matrix.cpp:
6284           NR::Matrix *= NR::scale: new.
6286         * src/sp-object.cpp, src/sp-object.h, src/sp-object-tree-iterator.h:
6287           Move TreeIterator<SPObject *> specialization to snew file
6288           sp-object-tree-iterator.h.
6289           Mark several pointers as not being written through.
6290           Correspondingly change TreeIterator specialization to
6291           <SPObject const *> instead of <SPObject *>.
6293         * display/nr-arena-item.cpp, display/nr-arena-item.h:
6294           Add NR::Matrix version of nr_arena_item_set_transform.
6296         * src/sp-item.h, src/sp-item.cpp (getRelativeTransform, partial_xform):
6297           Mark pointers as not written through.
6299         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6300           src/path-chemistry.cpp, src/rect-context.cpp,
6301           src/selection-chemistry.cpp, src/seltrans.cpp, src/sp-flowdiv.cpp,
6302           src/sp-flowregion.cpp, src/sp-flowtext.cpp, src/sp-item-group.cpp,
6303           src/sp-item-notify-moveto.cpp, src/sp-item-transform.cpp,
6304           src/sp-item.cpp, src/sp-item.h, src/sp-offset.cpp, src/sp-rect.cpp,
6305           src/sp-shape.cpp, src/sp-use.cpp, src/spiral-context.cpp,
6306           src/splivarot.cpp, src/star-context.cpp, src/text-context.cpp,
6307           src/dialogs/item-properties.cpp:
6308           Change SPItem->transform from NRMatrix to NR::Matrix.
6310         * src/libnr/nr-matrix-ops.h (operator*(NR::Matrix, NRMatrix)): new.
6312         * src/libnr/nr-matrix.h: NR::Matrix *= NR::translate: new operator.
6314         * src/nodepath.cpp: Mark NodeSort operator< as static.
6315           Indentation as per CodingStyle.
6317         * src/libnr/nr-scale.h (NR::scale(double)): new constructor.
6319         * src/svg/svg-affine.cpp (sp_svg_transform_write), src/svg/svg.h:
6320           Add NR::Matrix version.
6322 2004-08-05  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6324         * src/display/bezier-utils.cpp: Misc. minor changes.
6326 2004-08-04  MenTaLguY  <mental@rydia.net>
6328         * configure.in, src/gc-object.h, src/refcounted.h:
6330           start using libgc in earnest; Inkscape::Refcounted is now GC-aware
6332 2004-08-04  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6334         * src/nodepath.cpp: Cleanups: Mark some things as static.  Switch from
6335           pointer to reference in some places. Make const placement conform to
6336           CodingStyle.
6338         * src/inkview.cpp (sp_svgview_main_key_press): Accept some common keys
6339           like PgUp, q.
6341         * src/draw-context.cpp (fit_and_split):
6342           Slight simplification: don't handle impossible condition npoints < 2.
6343         * src/proofs: Update accordingly.  (Also add some bezier-utils proofs.)
6345 2004-08-04  David Turner <novalis@gnu.org>
6347         * sp-path.cpp: 'd' is a required attribute for paths.  Ensure that
6348         all paths have it.
6350 2004-08-03  MenTaLguY  <mental@rydia.net>
6352         * src/dialogs/rdf.cpp, src/xml/repr-util.cpp, src/xml/repr.h:
6353           removed sp_repr_recursive_drop() which is unneeded and
6354           creates unnecessary thrash in the undo logs
6356         * src/livarot/Shape.h, src/livarot/Shape.cpp,
6357           src/livarot/ShapeSweep.cpp, src/livarot/ShapeMisc.cpp:
6359           experiment to replace ad-hoc realloc() arrays with std::vector
6361 2004-08-02  David Turner <novalis@gnu.org>
6363         * file.cpp, file.h, interface.cpp, toolbox.cpp, verbs.cpp, verbs.h:
6365         Added vacuum command to remove unused defs.
6367 2004-08-02  MenTaLguY  <mental@rydia.net>
6369         * configure.in: sigc++ 2.0.2 (and before?) has a bug that
6370           causes us to crash.  require >= 2.0.3
6372         * src/Makefile.am, src/Makefile_insert, src/gc-core.h,
6373           src/gc-object.h, src/algorithms/longest-common-suffix.h,
6374           src/traits/list.h, src/traits/reference.h, src/util/flip.h,
6375           src/util/fold.h, src/util/list-iterator.h, src/util/list.h,
6376           src/util/map.h, src/util/parent-axis.h, src/util/reverse.h,
6377           src/util/sibling-axis.h, src/util/tuple.h, src/util/zip.h:
6379           more "functional" work
6381 2004-08-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6383         * src/display/curve.cpp, src/display/curve.h:
6384           Greater conformance with CodingStyle.
6386 2004-07-31  David Turner <novalis@gnu.org>
6388         * dialogs/xml-tree.cpp: Improved focus, added keystroke for attr commit.
6390 2004-07-31  Ted Gould  <ted@gould.cx>
6392         * src/extension/extension.cpp,
6393         src/extension/implementation/implementation.cpp,
6394         src/extension/implementation/implementation.h,
6395         src/extension/implementation/script.cpp,
6396         src/extension/implementation/script.h, src/extension/internal/eps-out.cpp,
6397         src/extension/internal/eps-out.h:
6399         Okay, changed the prefs_ prototypes to include which extension they are
6400         working with. This should clean up some warnings before they become
6401         problems later.
6403 2004-07-31  Ted Gould  <ted@gould.cx>
6405         * src/print.cpp, src/extension/extension.cpp, src/extension/extension.h,
6406           src/extension/internal/eps-out.cpp, src/extension/internal/ps.cpp:
6408           Changed the get and set param prototypes so that they aren't overloaded
6409           anymore - this was flaky.  Also added a document to the prototype so
6410           that document specific parameters can be supported in the future.
6412 2004-07-28  David Turner <novalis@gnu.org>
6414         * sp-gradient.cpp, widgets/gradient-vector.cpp: fixed gradient handling to
6415         properly render gradients with sharp color boundaries
6417 2004-07-29  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6419         * src/inkview.cpp: Make the window title be the name of the
6420           instead of the current file instead of the first file.
6422         * src/round-test.cpp: New unit-test file.
6424         * src/desktop.h, src/sp-desktop-widget.h:
6425           Move SPDesktopWidget stuff from desktop.h to new file
6426           sp-desktop-widget.h.
6428         * debian/*: Copy lots of changes from wolfi's official Debian package
6429           of inkscape.
6430           Also use separate builddir, which simplifies the `clean' target.
6432 2004-07-24  MenTaLguY  <mental@rydia.net>
6434         * configure.in, src/Makefile.am, src/main.cpp, src/gc-core.h:
6435           added libgc dependency
6437         * src/Makefile.am, traits/function.h:
6438           added trait class for functions and C++ "functors"
6440         * src/Makefile.am, util/flip.h:
6441           added flip() which, given a function with two arguments,
6442           returns an identical function with its arguments reversed
6444 2004-07-23  MenTaLguY  <mental@rydia.net>
6446         * src/Makefile.am, src/traits/reference.h, src/util/tuple.h:
6447           added generic Tuple type
6449 2004-07-23  Ted Gould  <ted@gould.cx>
6451         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
6452         src/sp-namedview.h, src/dialogs/desktop-properties.cpp,
6453         src/display/canvas-grid.cpp, src/display/canvas-grid.h:
6455         Adding in the ability to have 'emphasis grid lines' where some lines are a
6456         different color than others.  In the default case every fifth grid line
6457         gets to be 0x11 darker alpha.  Nothing that will get in your way, but
6458         enough that you can find the spacing.  All parameters are changeable in
6459         document preferences.
6461 2004-07-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6463         * autogen.sh: Move unversioned automake to last resort.
6465 2004-07-20  Kees Cook  <kees@outflux.net>
6467         * src/dialogs/desktop-preferences.cpp: corrected my usage of static
6468           l18n strings.
6469         * src/dialogs/stroke-style.cpp: fixed missing l18n. (bug #994837)
6470         * src/dialogs/sp-attribute-widget.cpp: went hunting for other static
6471           l18n strings.  Fixed some here too.
6472         * autogen.sh: cleanups and more debugging.
6473         * share/extensions/sk2svg.sh: tempfile cleanups from pjrm (patch #990009)
6475 2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
6477         * debian/changelog, configure.in: Moved to 0.40cvs and updated
6478           debian stuff.
6480 2004-07-18  MenTaLguY  <mental@rydia.net>
6482         * configure.in, src/Makefile.am, src/algorithms/Makefile_insert,
6483           src/algorithms/makefile.in, src/traits/Makefile_insert,
6484           src/traits/makefile.in, src/util/Makefile_insert, src/util/makefile.in:
6486           added src/algorithms, src/traits, and src/util subdirs
6488         * src/algorithms/longest-common-suffix.h:
6490           added generic "longest common suffix" algorithm
6492         * src/traits/list.h: added traits class for lists
6494         * src/traits/tree-iterator.h: added traits class for n-ary tree iterators
6496         * src/util/list-iterator.h: STL iterator for lists
6498         * src/util/parent-axis.h: parent "axis" of tree iterator as list
6500         * src/util/sibling-axis.h: sibling "axis" of tree iterator as list
6502         * src/xml/repr.h: specialize Traits::TreeIterator for SPRepr *
6504         * src/sp-object.h: specialize Traits::TreeIterator for SPObject *
6506         * src/sp-object.cpp: use generic "longest common suffix" to find
6507                              nearest common ancestor
6509         * src/splivarot.cpp: use genric "longest common suffix" to find
6510                              nearest common ancestor here too
6512 2004-07-18  Kees Cook  <kees@outflux.net>
6514         * Makefile.am, configure.in, autogen.sh, toolversions.sh:
6515           cleaning up some automake misbehavior from the gtkmm patch.
6516           automake 1.4isms snuck back in.
6517         * src/desktop-events.cpp: unlocalized strings updated.
6519 2004-07-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6521         * src/sp-path.cpp (sp_path_write): Handle shape->curve==NULL.
6523 2004-07-18  MenTaLguY  <mental@rydia.net>
6525         * Makefile.am, configure.in, m4/Makefile.am, m4/codeset.m4, m4/gettext.m4,
6526           m4/glibc21.m4, m4/iconv.m4, m4/isc-posix.m4, m4/lcmessage.m4,
6527           m4/progtest.m4, src/arc-context.cpp, src/arc-context.h, src/desktop.cpp,
6528           src/desktop.h, src/document.cpp, src/document.h, src/draw-context.cpp,
6529           src/draw-context.h, src/event-context.h, src/main.cpp,
6530           src/message-stack.h, src/node-context.cpp, src/node-context.h,
6531           src/nodepath.cpp, src/nodepath.h, src/object-hierarchy.h,
6532           src/rect-context.cpp, src/rect-context.h, src/selcue.cpp, src/selcue.h,
6533           src/selection-describer.cpp, src/selection-describer.h,
6534           src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
6535           src/sp-item.cpp, src/sp-item.h, src/sp-object.cpp, src/sp-object.h,
6536           src/sp-offset.cpp, src/sp-offset.h, src/sp-pattern.cpp, src/sp-use.cpp,
6537           src/sp-use.h, src/spiral-context.cpp, src/spiral-context.h,
6538           src/star-context.cpp, src/star-context.h, src/text-context.cpp,
6539           src/text-context.h, src/toolbox.cpp, src/uri-references.cpp,
6540           src/uri-references.h, src/view.cpp, src/view.h,
6541           src/dialogs/xml-tree.cpp:
6543           merged Aubanel MONNIER's gtkmm upgrade patch
6545 2004-07-17  Carl Hetherington  <inkscape@carlh.net>
6547         * src/sp-use.cpp: fix a compiler warning (closes #992960)
6549         * src/sp-offset.cpp: fix a compiler warning (closes #992960)
6551         * src/sp-text.cpp: fix a compiler warning (closes #992959)
6553 2004-07-16  Kees Cook  <kees@outflux.net>
6555         * src/verbs.h, src/verbs.cpp: added "sp_verbs_find" function for bryce.
6557 2004-07-15  Ted Gould  <ted@gould.cx>
6559         * 0.39 Release
6561 2004-07-14  MenTaLguY  <mental@rydia.net>
6563         * src/sp-object.cpp: disable recursive update warning for release
6565         * src/select-context.cpp: work around probable cut-and-paste bug
6566           between sp_select_context_item_handler and
6567           sp_select_context_root_handler by checking for drag_escaped
6569 2004-07-13  MenTaLguY  <mental@rydia.net>
6571         * src/make.exclude: omit extension/script/js/js.c from build
6573 2004-07-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6575         * src/dialogs/rdf.cpp: Don't add dc:description entry to SVG files.
6577         * src/utest/utest.h: Add include guard.
6579 2004-07-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6581         * src/decimal-round.h (decimal_round): New file, new function.
6582         * src/round.h (decimal_round): New file, new function.
6583         * src/Makefile_insert: Add to libinkpost_a_SOURCES.
6585 2004-07-11  MenTaLguY  <mental@rydia.net>
6587         * src/document.h, src/document-undo.cpp:
6588           added sp_document_get_undo_sensitive() for capturing and restoring
6589           undo sensitivity
6591         * src/sp-object.cpp: don't log id changes made to resolve
6592           duplicate ids (to avoid undo badness) (fix for bug #989023)
6594 2004-07-11  Kees Cook  <kees@outflux.net>
6596         * src/preferences-skeleton.h, src/extension/init.cpp: with simarilius,
6597           tracked down the cause of bug #988445.  Extension code now has a
6598           small section that validates preferences for valid extension names.
6599         * src/dialogs/filedialog-win32.cpp: corrected an assert test, and
6600           changed dialog to take the passed window title.
6601         * autogen.sh, config.h.mingw, configure.in, src/Makefile_insert,
6602           src/help.cpp, src/inkscape-stock.cpp, src/inkscape.cpp, src/main.cpp,
6603           src/make.dep, src/make.files, src/path-prefix.h, src/prefix.cpp,
6604           src/prefix.h, src/dialogs/stroke-style.cpp,
6605           src/extension/Makefile_insert, src/extension/init.cpp,
6606           src/extension/implementation/Makefile_insert,
6607           src/extension/implementation/script.cpp,
6608           src/extension/internal/Makefile_insert, src/helper/stock-items.cpp,
6609           src/widgets/icon.cpp:
6610         Cleaned up all the path #define's and usage.  In the process found at
6611         least 3 separate bugs associated with file locations.  This should
6612         hopefully work for Win32 as well.  Bottom line in this change: don't use
6613         INKSCAPE_DATADIR anywhere except in "path-prefix.h".  This includes
6614         an update to the autopackage code as well with fixes so that
6615         a change to "--enable-binreloc" will get recompiled correctly.  These
6616         changes should address bug #978391.
6618 2004-07-11  Carl Hetherington  <inkscape@carlh.net>
6620         * src/attributes.cpp, src/attributes.h: remove confusing
6621         snaptogrid and snaptoguides options.
6623         * src/desktop-events.cpp: use inkscape:guide-bbox instead of
6624         snaptoguides to turn guides on.
6626         * src/desktop.cpp: no need to worry about Snapper::getEnabled().
6628         * src/snap.cpp, src/snap.h: Remove explicit enabled flag from
6629         Snapper, as itconfuses people.  Added
6630         namedview_dim_snap_all_types().  Return useful stuff from
6631         vector_snap_list.
6633         * src/rect-context.cpp: Use hack to make snapping kind of work
6634         even with snap-to-bbox enabled.
6636         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp: remove
6637         snaptogrid and snaptoguides options as they confuse people.  Use
6638         better names for the scale origin radio buttons, as suggested by
6639         Bulia.
6641         * src/seltrans.cpp: Fix some cases where snap wasn't correctly applied.
6643 2004-07-10  MenTaLguY  <mental@rydia.net>
6645         * src/sp-image.cpp: prospective fix for bug #979858
6647         * src/select-context.cpp, src/select-context.h,
6648           src/seltrans.cpp, src/seltrans.h:
6650           gave SPSelTrans its own Inkscape::MessageContext, fixing
6651           bug #977971
6653 2004-07-10  Kees Cook  <kees@outflux.net>
6655         * src/knot.cpp: solved bug #988513: knot could stay grabbed in
6656           situations where the tool went away but never got "button_release"
6657           event.  This patch uses the "enter" and "leave" notifiers to disable
6658           the grab before a "motion" can come and snag the knot.
6660 2004-07-09  Kees Cook  <kees@outflux.net>
6662         * src/widgets/paint-selector.cpp: solved bug #984902: the pattern
6663           menu was being destroyed since it was remaining part of the frame
6664           that was being destroyed whenever the selector changed.  It gets
6665           ref-counted, disconnected, and destroyed correctly now.
6666         * mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
6667           intltool still uses it.  We'll need to keep this until intltool
6668           fixes the bug.  intltool 0.31 and earlier are all buggy.
6670 2004-07-09  Carl Hetherington  <inkscape@carlh.net>
6672         * src/draw-context.cpp: remove some debugging g_prints.
6674 2004-07-08  MenTaLguY  <mental@rydia.net>
6676         * src/interface.cpp: fixed crash on desktop context menu
6678         * src/desktop.h, src/desktop.cpp:
6680           added SPDesktop::isWithinViewport() to conveniently determine
6681           if an item is within view
6683           also made isLayer() const
6685         * src/sp-object.h: added SPObject::hasChildren() predicate
6687         * src/sp-object.cpp: revert to old behavior of breaking parent
6688           link before emitting "release" signal
6690         * src/selection-chemistry.cpp: rewrote sp_selection_item_next()
6691           and sp_selection_item_prev() to work with layers
6693 2004-07-08  Carl Hetherington  <inkscape@carlh.net>
6695         * src/libnrtype/FontFactory.cpp: disable printing of debug
6696         messages.
6698         * src/sp-item-group.cpp: give it a snappoints method to fix
6699         937318.
6701         * src/draw-context.cpp: fix a couple of places where Shift isn't
6702         checked before snapping.
6705 2004-07-07  MenTaLguY  <mental@rydia.net>
6707         * src/desktop.cpp, src/interface.cpp: remove the word "layer"
6708           for now, and disable the layer selector when the user is not
6709           inside a group
6711 2004-07-07  Kees Cook  <kees@outflux.net>
6713         * src/dialogs/desktop-properties.cpp: added a few g_asserts, and
6714           added a missing sp_signal_disconnect_by_data for the color picker,
6715           which closes bug #975864.  Stopped accidentally calling
6716           sp_document_done from the update handler (fixes bug #986411).
6717         * src/dialogs/dialog-events.cpp, src/helper/action.cpp:
6718           whitespace changes, typo fixes, added a few g_asserts.
6719         * src/selection-chemistry.cpp, src/desktop.cpp: when deleting items
6720           from the desktop, the selection context may need to be cleared since
6721           it may have pointers to the deleted items.  To do this, I just
6722           reselect the current tool (fixes bug #983243).
6723         * src/dialogs/xml-tree.cpp, src/dialogs/desktop-properties.cpp:
6724           corrected tooltips memory handling.
6726 2004-07-06  MenTaLguY  <mental@rydia.net>
6728         * src/desktop.cpp: minor tweaks to make the existing layers
6729           code easier to work with in its current state (particularly,
6730           to sidestep some existing bugs that otherwise require more
6731           UI work to fix)
6733 2004-07-06  Carl Hetherington  <inkscape@carlh.net>
6735         * src/seltrans.cpp, src/sp-namedview.cpp,
6736         src/display/bezier-utils.cpp, src/libnr/nr-types.cpp:
6737         isnan appears to need a std:: namespace qualifier.
6739 2004-07-06  Ted Gould  <ted@gould.cx>
6741         * src/libnr/nr-point.h, src/libnr/nr-rect.h:
6743         Adding in a function to round the points and rectangles.  Using this
6744         for less precise comparisons.  Also, added in a function to print
6745         each of these.
6747         * src/dialogs/export.cpp:
6749         Major revisions to do all kinds of fun stuff.  The major one being
6750         that filenames and dpi's can now be stored on selections.  This
6751         makes it so that people working on a section of a document can export
6752         it consistently.
6754 2004-07-06  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
6756         * src/sp-typeset-utils.h: Greatly reduce #includes.
6758         * src/color-rgba.h, src/Makefile_insert, src/desktop.h:
6759           Move ColorRGBA from desktop.h to new file color-rgba.h.
6760         * src/desktop.cpp, src/dropper-context.cpp: #include it.
6762 2004-07-05  Kees Cook  <kees@outflux.net>
6764         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.cpp,
6765           src/dialogs/rdf.h: added multiline data entry items, reduced
6766           overall width of the dialog, and created the license entry areas.
6767           Auto-detection of license on load works now.
6769 2004-07-05  MenTaLguY <mental@rydia.net>
6771         * src/desktop.cpp: comitted further work which gives us a
6772           partially-functional layers menu (not actually hooked up to
6773           change layers yet), and it is not always updated when it needs
6774           to be (yet).  It does also fix the crash though.
6776         * src/desktop.cpp, src/desktop.h, src/document.cpp,
6777           src/sp-item-group.cpp, src/sp-item-group.h:
6779           additional layers work; backed off on promoting siblings to
6780           layers automatically and reintroduced "global" layer mode
6782 2004-07-05  Carl Hetherington <inkscape@carlh.net>
6784         * src/desktop.cpp: prevent crash by adding a check for
6785         layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
6787         * src/selection-chemistry.cpp: prevent crash on copying empty
6788         groups.
6790 2004-07-04  MenTaLguY  <mental@rydia.net>
6792         * src/sp-object.cpp: fixed bug #979281 -- I had accidentally
6793           reversed the sense of a test in SPObject::requestModified(),
6794           such that CHILD_MODIFIED notifications were never being sent
6796         * src/widgets/sp-color-notebook.cpp: always assume colors are
6797           8-digit hex rrggbbaa, and zero-fill accordingly
6799           HAPPY NATHAN#@$?#$#@$!?!?!?
6801         * src/desktop.cpp, src/desktop.h, src/document.cpp, src/document.h,
6802           src/interface.cpp, src/select-context.cpp, src/selection-chemistry.cpp,
6803           src/sp-item-group.cpp, src/sp-item-group.h, src/widgets/widget-sizes.h:
6805           Added selection-changes-current-layer and other layer refinements.
6806           Except for fixing the currently broken layer combo box on the status
6807           bar, I think this is pretty much the last of the layerish work I'm
6808           willing to do for 0.39 since we're in freeze now.
6810 2004-07-03  Kees Cook  <kees@outflux.net>
6812         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6813           src/dialogs/rdf.cpp, src/dialogs/rdf.h:
6814           Added several more RDF entities.  Created entry tooltips.  Set
6815           a few RDF defaults for the document.
6817 2004-07-03  MenTaLguY  <mental@rydia.net>
6819         * src/desktop.cpp, src/document.cpp:
6821           siblings of a layer now become layers too
6823         * src/interface.cpp: switched to command names suggested by bulia
6825         * src/object-hierarchy.cpp, src/object-hierarchy.h:
6827           bugfixes and cleanups
6829         * src/sp-item-group.cpp, src/sp-item-group.h, src/sp-root.cpp:
6831           new layerMode() and setLayerMode() methods; SPGroupMode becomes
6832           SPGroup::LayerMode
6834         * src/sp-object.h: added isSiblingOf() method
6836         * src/sp-object.cpp: leave parent pointer in place until after
6837           "release" handlers finish
6839 2004-07-02  Kees Cook  <kees@outflux.net>
6841         * src/document.cpp, src/dialogs/desktop-properties.cpp,
6842           src/dialogs/rdf.cpp, src/dialogs/rdf.h, src/xml/repr.h:
6843           Made RDF's writable now.  Handling modifications and defaults.
6844           Mental and others will most likely kill me when they finally
6845           read this code.
6847 2004-07-02  MenTaLguY  <mental@rydia.net>
6849         * src/attributes.cpp, src/attributes.h, src/sp-item-group.cpp,
6850           src/sp-item-group.h:
6852           Removed the "inkscape:groupmode" attribute and added note about how
6853           the group/layer mode setting needs to be per-view, not global.
6855         * src/desktop.cpp, src/desktop.h,
6856           src/object-hierarchy.cpp, src/object-hierarchy.h:
6858           Added notification signals for switching layers, as well as putting
6859           groups in layer mode when they are being used as layers.
6861           Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
6862           connect to a SigC++ signal to be notified when the current layer
6863           changes.
6865         * src/interface.cpp, src/object-ui.cpp:
6867           Fixed up the "Enter Group" and "Leave Group" context menu
6868           commands a bit, and implement them both in the same places.
6870 2004-07-02  Carl Hetherington  <inkscape@carlh.net>
6872         * src/desktop-snap.cpp, src/desktop-snap.h, src/snap.cpp, src/snap.h,
6873         src/Makefile_insert src/arc-context.cpp src/draw-context.cpp
6874         src/dyna-draw-context.cpp src/make.dep src/make.files src/make.ofiles
6875         src/makefile.msc src/nodepath.cpp src/rect-context.cpp
6876         src/select-context.cpp src/selection-chemistry.cpp src/seltrans.cpp
6877         src/sp-namedview.h src/spiral-context.cpp src/star-context.cpp:
6878         renamed desktop-snap.* to snap.* since it has nothing to do with the
6879         desktop any more.
6881         * src/draw-context.cpp: Temporary hack to prevent snapping
6882         completely failing to work when snapping to bbox points.  Support
6883         shift-disables-snap for freehand drawing.
6885         * src/snap.cpp, src/snap.h: Added some temporary methods to assist
6886         with hacks elsewhere.
6888 2004-07-01  Kees Cook  <kees@outflux.net>
6890         * src/xml/repr.h, src/xml/repr-util.h, src/dialogs/rdf.cpp:
6891           moved "repr_lookup_name" into the repr-util collection so
6892           that the RDF stuff doesn't need to know about SPRepr internals.
6893           Now that I've started to grok the SPRepr stuff, this seems best.
6894           Added "sp_repr_recursive_drop" for use in the future when I may
6895           want to throw away an entire tree of SPRepr items (like ditching
6896           a blank "dc:rights" section).
6898 2004-07-01  MenTaLguY  <mental@rydia.net>
6900         * src/sp-item.cpp: fix clip path loading bug
6902         * src/sp-object.cpp: relax analness about object ids a little
6904 2004-06-30  Kees Cook  <kees@outflux.net>
6906         * src/dialogs/desktop-properties.cpp, src/dialogs/rdf.h,
6907           src/dialogs/rdf.cpp: built the various functions needed to extract
6908           the RDF text elements from the DOM.  XML in the document will now
6909           be displayed in the entry fields.
6911 2004-06-28  MenTaLguY  <mental@rydia.net>
6913         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr-css.cpp,
6914           src/xml/repr-io.cpp, src/xml/repr-private.h, src/xml/repr-util.cpp,
6915           src/xml/repr.cpp, src/xml/sp-repr-attr.h: applied peter's patch to
6916           break out NRReprAttr
6918         * src/sp-object.cpp, src/sp-object.h:
6920           added SPObject::nearestCommonAncestor, which given another SPObject
6921           returns the nearest common ancestor of the two SPObjects.
6923         * src/sp-item.cpp, src/sp-item.h:
6925           added SPItem::getRelativeTransform, which computes the SPItem's
6926           transform relative to another SPObject
6928         * src/arc-context.cpp, src/draw-context.cpp, src/dyna-draw-context.cpp,
6929           src/rect-context.cpp, src/spiral-context.cpp, src/star-context.cpp,
6930           src/text-context.cpp:
6932           drawing tools now cope with drawing within transformed groups
6933           (i.e. layers)
6935 2004-06-27  MenTaLguY  <mental@rydia.net>
6937         * src/sp-object.h: remove sp_object_request_update,
6938           sp_object_invoke_update, sp_object_invoke_modified,
6939           sp_object_request_modified, and sp_object_invoke_write, which have been
6940           deprecated and are now completely unused
6942         * src/Makefile_insert, src/desktop.cpp, src/desktop.h,
6943           src/object-hierarchy.cpp, src/object-hierarchy.h, src/sp-object.cpp,
6944           src/sp-object.h:
6946           Implemented SPDesktop::setCurrentLayer(), introducing
6947           Inkscape::ObjectHierarchy to permit falling back to parents if
6948           the current layer is removed.
6950         * src/object-ui.cpp, src/interface.cpp: really crude hack of
6951           Sodipodi-like "enter group" and "leave group"
6953 2004-06-26  MenTaLguY  <mental@rydia.net>
6955         * src/refcounted.h: allow reffing/unreffing const objects
6957         * src/arc-context.cpp, src/draw-context.cpp, src/dropper-context.cpp,
6958           src/event-context.cpp, src/event-context.h, src/node-context.cpp,
6959           src/rect-context.cpp, src/selcue.cpp, src/selcue.h,
6960           src/select-context.cpp, src/select-context.h, src/seltrans.cpp,
6961           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
6962           src/text-context.cpp, src/zoom-context.cpp:
6964           Make SPSelTrans and SPSelCue proper C++ classes with constructors.
6966         * src/document.h, src/dialogs/xml-tree.cpp: removed sp_document_lookup_id
6968         * src/sp-object.cpp: clarify what is happening with bug #980407 --
6969           the clone is getting attached to the repr before the original SPObject
6970           is.
6972 2004-06-26  Carl Hetherington  <inkscape@carlh.net>
6974         * src/node-context.cpp: make sure nodepath->nodeContext is set up
6975         when the selection changes.  Fixes 936739.
6977 2004-06-25  MenTaLguY  <mental@rydia.net>
6979         * src/display/sp-canvas.cpp: enabled win32 current item workaround on
6980           all platforms
6982 2004-06-25  Kees Cook  <kees@outflux.net>
6984         * src/dialogs/rdf.h, src/dialogs/rdf.cpp, src/dialogs/Makefile_insert,
6985           src/dialogs/desktop-properties.cpp:
6987           Added data entry widgets for document metadata, including a rough
6988           license selector, and debug rdf generator.  Corrected whitespace,
6989           added table for RDF entity lookup, tag, and title mapping.  Added
6990           initial loading framework.  Cleaned up rdf_work_entity_t usage.
6992 2004-06-25  Carl Hetherington  <inkscape@carlh.net>
6994         * src/sp-namedview.cpp: cleanups in grid snap settings.  Fix a
6995         typo.
6997         * src/seltrans.cpp: optional default origin for scaling.  Fixes
6998         to snap during scale.
7000         * src/seltrans.h: s/opposit/opposite/.  Add some comments.
7002         * src/dialogs/display-settings.cpp: add default scale origin
7003         option.
7005         * src/desktop-snap.h: changes to snap_list_scale prototype.
7007         * src/desktop-snap.cpp: snap_list_scale now returns whether
7008         it snapped or not.  The best scale snap is now the one that
7009         changes the scale factor least, rather than the one that
7010         results in the snap point being closest to where it used to be.
7012         * src/display/sp-canvas.cpp: fix for win32 freeze-at-border bug,
7013         copied from SP.
7015         * src/knot.cpp, src/select-context.cpp: change spellings from
7016         British to American English for translators.
7018 2004-06-24  rejon <kidproto@users.sf.net>
7020         * src/verbs.cpp: I changed the reverse command to be more verbose and
7021           explanative.
7023 2004-06-24  MenTaLguY  <mental@rydia.net>
7025         * src/seltrans.cpp: slight change to make showing/hiding center
7026           mark easier later on
7028         * configure.in, src/main.cpp, src/star-context.cpp,
7029           src/display/bezier-utils.cpp, src/display/canvas-bpath.cpp,
7030           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-shape.cpp,
7031           src/display/sp-ctrlline.cpp, src/libnr/nr-svp.cpp,
7032           src/libnrtype/FontFactory.cpp, src/libnrtype/RasterFont.cpp,
7033           src/livarot/AlphaLigne.cpp, src/livarot/BitLigne.cpp,
7034           src/livarot/Ligne.cpp, src/livarot/PathOutline.cpp,
7035           src/livarot/ShapeMisc.cpp, src/widgets/font-selector.cpp:
7037           fixes for floating-point portability issues, courtesy of
7038           Colin Marquardt.
7040         * src/extensions/init.cpp: dirent.h requires inttypes.h on OS X
7042 2004-06-23  MenTaLguY  <mental@rydia.net>
7044         * src/Makefile_insert, src/desktop.cpp, src/managed.h,
7045           src/message-context.cpp, src/message-stack.h, src/refcounted.h,
7046           src/selection.h, src/view.cpp:
7048           Changed my mind.
7050           Inkscape::Managed is more properly called Inkscape::Refcounted
7052         * src/libnrtype/Makefile_insert, src/libnrtype/codepages.h,
7053           src/libnrtype/cp1250.cpp, src/libnrtype/cp1251.cpp,
7054           src/libnrtype/cp1252.cpp, src/libnrtype/cp1253.cpp,
7055           src/libnrtype/cp1254.cpp, src/libnrtype/cp1255.cpp,
7056           src/libnrtype/cp1256.cpp, src/libnrtype/cp1257.cpp,
7057           src/libnrtype/cp1258.cpp, src/libnrtype/cp874.cpp,
7058           src/libnrtype/cp932.cpp, src/libnrtype/cp936.cpp,
7059           src/libnrtype/cp949.cpp, src/libnrtype/cp950.cpp:
7061           removed unused Win32 codepage crap
7063 2004-06-23  Carl Hetherington  <inkscape@carlh.net>
7065         * src/inkscape.cpp: Don't connect to SIGBUS on Win32, as
7066         it doesn't seem to exist.  Add Emacs mode line.
7067         Declaration-to-first-use and coding style cleanups.
7069         * src/desktop-snap.h: a few double -> NR::Coord fixes.
7071         * src/nodepath.cpp: turn off snapping when Shift is held down.
7072         Some minor cleanups.
7074         * src/dialogs/display-settings.cpp: remove my rather dubious
7075         move_with_grid option.
7077         * src/select-context.cpp: rationalise grid modifiers; now Shift
7078         disables snap and Alt snaps movement to the grid.
7080 2004-06-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7082         * share/extensions/dia2svg.sh: Fix bashism and insecure tempfile usage.
7084 2004-06-23  Ted Gould  <ted@gould.cx>
7086         * share/extensions/dropshadow.inkmod, share/extensions/roundhole.inkmod,
7087         src/extension/system.cpp:
7089         Setting it up so that poorly formed inkmod files generate actual GTK
7090         warnings so that they can be easily hidden.  Also, fixing these two inkmod
7091         files so that they don't generate the above mentioned warnings.
7093 2004-06-22  Kees Cook  <kees@outflux.net>
7095         * src/inkscape.cpp: added SIGBUS and SIGABRT handling.
7097 2004-06-22  John Cliff <simarilius@yahoo.com>
7099         * src/object-edit.cpp:  Added knots for manipulation of pattern fills.
7100         * src/sp-shape.cpp, src/sp-shape.h:     Added sp_shape_set_pattern to
7101         explictly set the transform rather than multiplying like adjust.
7104 2004-06-22  Carl Hetherington  <inkscape@carlh.net>
7106         * src/sp-shape.cpp: add sp_shape_snappoints.
7108         * src/desktop-snap.cpp: minor cleanups.  Added a comment.
7110         * src/sp-text.cpp: removed an old comment.
7112         * src/sp-ellipse.cpp: fix snappoints method now that the parent
7113         class method has changed.
7115         * src/sp-rect.cpp: snappoints method is not required as it's now
7116         handled by SPShape.
7118         * src/sp-image.cpp: use SPItem's snappoints method.
7120         * src/file.cpp: fix another call to g_file_test with a
7121         possibly-NULL parameter.  Fixes #977413.
7123 2004-06-21  Carl Hetherington  <inkscape@carlh.net>
7125         * src/file.cpp: don't call g_file_test with a NULL path.  Fixes
7126         #976703.
7128         * src/desktop-snap.cpp: default to snapping to bounding boxes when
7129         snapping is first enabled.  Rework in terms of SPNamedView rather
7130         than SPDesktop.
7132         * src/desktop-snap.h: rework in terms of SPNamedView rather than
7133         SPDesktop.
7135         * src/arc-context.cpp, src/draw-context.cpp,
7136         src/dyna-draw-context.cpp, src/nodepath.cpp src/rect-context.cpp,
7137         src/select-context.cpp, src/selection-chemistry.cpp,
7138         src/seltrans.cpp, src/sp-namedview.cpp, src/spiral-context.cpp,
7139         src/star-context.cpp: Adapt for changes to snap code naming.
7141         * src/seltrans.cpp: cleanups to sp_sel_trans_skew_request and
7142         sp_sel_trans_scale_request.
7144 2004-06-20  Ted Gould  <ted@gould.cx>
7146         * share/extensions/ai_input.inkmod, share/extensions/ai_output.inkmod,
7147         share/extensions/dia.inkmod, share/extensions/dropshadow.inkmod,
7148         share/extensions/epsi_output.inkmod, share/extensions/roundhole.inkmod,
7149         share/extensions/svgz_input.inkmod, share/extensions/svgz_output.inkmod,
7150         share/extensions/txt2svg.inkmod, src/extension/extension.h,
7151         src/extension/system.cpp, src/extension/implementation/script.cpp,
7152         src/extension/internal/eps-out.cpp,
7153         src/extension/internal/gdkpixbuf-input.cpp,
7154         src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
7155         src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
7156         src/extension/internal/win32.cpp:
7158         Changing the naming of the extensions to be more Java style naming to
7159         allow for more extension in the future.
7161 2004-06-21  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7163         * src/extension/internal/ps.cpp (PrintPS): Initialize _stream to
7164           NULL (fixes segfaults when exporting to an unopenable file), and
7165           initialize _bitmap to false instead of random.
7167 2004-06-20  MenTaLguY  <mental@rydia.net>
7169         * src/desktop.cpp, src/managed.h, src/message-context.h,
7170           src/message-stack.h, src/message.h, src/view.cpp:
7172           Document classes, and change Managed to have an initial refcount
7173           of one at creation.
7175 2004-06-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7177         * src/libnrtype/FontFactory.cpp, src/libnrtype/FontInstance.cpp,
7178           src/libnrtype/font-instance.h: If both WIN32 and WITH_XFT are
7179           defined, then use just the WITH_XFT code.  (I don't know if it's
7180           possible for both to be defined, but we might as well document
7181           that the existing code doesn't handle both being defined, AFAICT.)
7183         * src/libnrtype/FontFactory.cpp (ink_strstr): Document brokenness.
7184           (is_regular, is_nonbold, is_italic, etc.): Mark as static.
7186         * src/Makefile.am (EXTRA_DIST): Remove reference to deleted files
7187           libnrtype/nr-type-w32.cpp, libnrtype/nr-type-w32.h,
7188           libnrtype/nr-type-xft.cpp, libnrtype/nr-type-xft.h.
7190         * src/config.h.win32: Define PACKAGE_TARNAME, for require-config.h.
7191           More accurate mathematical constants (20 decimal places instead of 3).
7193 2004-06-19  MenTaLguY  <mental@rydia.net>
7195         * src/desktop.cpp, src/managed.h, src/rect-context.cpp,
7196           src/rect-context.h, src/selection.h, src/view.cpp:
7198           SPSelection now derives from Inkscape::Managed
7200         * src/Makefile_insert, src/select-context.cpp, src/select-context.h,
7201           src/selection-describer.h, src/selection-describer.cpp:
7203           Introduced Inkscape::SelectionDescriber to which SPSelectContext
7204           delegates the task of displaying descriptions of the current
7205           selection.  This fixes bug #945735.
7207 2004-06-19  Carl Hetherington  <inkscape@carlh.net>
7209         * src/desktop-snap.{cpp,h}: sp_desktop_dim_snap_list returns
7210         whether or not it snapped anything.
7212         * src/select-context.cpp: fix snap on move behaviour (again)
7214         * src/widgets/dash-selector.cpp: fix off-by-one spotted by
7215         valgrind.
7217 2004-06-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7219         * src/extension/internal/ps.cpp (begin): Add some basic error handling.
7221         * src/extension/internal/ps.cpp (setup): Simplify an expression now that
7222           _bitmap is a bool.
7224         * src/extension/internal/ps.h: Twiddle the order of the fields.
7225           Replace bitfields with bool/short.
7227         * src/libnrtype/Makefile_insert, src/libnrtype/FontInstance.h,
7228           src/make.files, src/make.ofiles, src/make.dep:
7229           Remove src/libnrtype/FontInstance.h (see change below).
7231         * src/libnrtype/RasterFont.h, src/libnrtype/raster-glyph.h,
7232           src/libnrtype/raster-position.h:
7233           Move raster_glyph, raster_position from RasterFont.h to new files
7234           raster-glyph.h, raster-position.h.
7235         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7237         * src/libnrtype/FontInstance.h, src/libnrtype/font-glyph.h,
7238           src/libnrtype/font-instance.h, src/libnrtype/font-style.h:
7239           Move font_glyph, font_instance, and font_style definitions from
7240           FontInstance.h into new files font-glyph.h, font-instance.h,
7241           font-style.h.
7242         * src/libnrtype/Makefile_insert: Add the new files to SOURCES.
7244         * src/libnrtype/nrtype-forward.h: New file.
7245         * src/libnrtype/Makefile_insert: Add it to SOURCES.
7246         * src/libnrtype/FontFactory.h, src/libnrtype/TextWrapper.h:
7247           #include it (replacing local declarations in some cases).
7249         * src/livarot/livarot-forward.h: New file.
7250         * src/livarot/Ligne.h, src/livarot/Path.h, src/livarot/Shape.h:
7251           #include it (replacing local declarations in some cases).
7252         * src/livarot/Makefile_insert: Add it to SOURCES.
7254 2004-08-18  Ted Gould  <ted@gould.cx>
7256         * src/file.cpp, src/preferences-skeleton.h:
7258         Adding the feature that the save and open directories are saved in the
7259         preferences.  The last one will be used.
7261 2004-08-18  Carl Hetherington  <inkscape@carlh.net>
7263         * src/widgets/font-selector.cpp: uint -> guint to fix
7264         compile errors.
7266         * src/desktop-snap.{cpp,h}: make snap functions aware of the
7267         type of point they are snapping, so they can decide whether
7268         to ignore it.
7270         * src/arc-context.cpp, src/rect-context.cpp,
7271         src/spiral-context.cpp, src/star-context.cpp,
7272         src/draw-context.cpp, src/dyna-draw-context.cpp, src/nodepath.cpp,
7273         src/selection-chemistry.cpp, src/seltrans.cpp:
7274         temporarily update for changes to snapping API.
7276         * src/sp-namedview.cpp, src/dialogs/desktop-properties.cpp:
7277         adapt for small changes to Snapper API.
7279         * src/select-context.cpp: use new snapping API.
7281 2004-08-17  Bryce Harrington  <bryce@bryceharrington.org>
7283         *  nodepath.cpp path-chemistry.cpp selection-chemistry.cpp,
7284            seltrans.cpp sp-typeset.cpp splivarot.cpp text-context.cpp,
7285            tools-switch.cpp dialogs/find.cpp:  Converting statusbar
7286            messages from old style to new, as per
7287            http://inkscape.org/cgi-bin/wiki.pl?StatusbarAPI
7289 2004-06-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7291         * src/mkdep.pl: Add `by mkdep.pl' to `automatically generated' line.
7293         * src/dialogs/desktop-properties.cpp:
7294           Greater conformance to CodingStyle.  Add FIXME comment.
7296         * src/sp-namedview.cpp: Tighter scoping for iteration var.
7297           Simplify some code by greater use of cheap sp_unit_get_by_id.
7299 2004-06-17  MenTaLguY  <mental@rydia.net>
7301         * src/Makefile_insert, src/arc-context.cpp, src/arc-context.h,
7302           src/desktop-events.cpp, src/desktop.cpp, src/desktop.h,
7303           src/draw-context.cpp, src/dropper-context.cpp, src/event-context.cpp,
7304           src/event-context.h, src/file.cpp, src/interface.cpp, src/knot.cpp,
7305           src/managed.h, src/message-context.cpp, src/message-context.h,
7306           src/message-stack.cpp, src/message-stack.h, src/message.h,
7307           src/select-context.cpp, src/view.cpp, src/view.h,
7308           src/libnrtype/FontFactory.cpp, src/libnrtype/nr-type-primitives.h,
7309           src/widgets/font-selector.cpp:
7311           New status messages primitives (statusbar bug not fixed yet though).
7313 2004-06-17  Carl Hetherington  <inkscape@carlh.net>
7315         * src/helper/stock-items.cpp: fix a compiler warning.  Minor
7316         coding style cleanups.
7318         * src/arc-context.cpp, src/desktop-snap.cpp, src-desktop-snap.h,
7319         src/rect-context.cpp, src/spiral-context.cpp,
7320         src/star-context.cpp: Replace desktop.h include with forward
7321         references in desktop-snap.h, and add desktop.h includes in
7322         files which require them.
7324         * src/widgets/spw-utilities.cpp, src/widgets/spw-utilities.h:
7325         add spw_vbox_checkbutton.
7327         * src/attributes.cpp, src/attributes.h, src/sp-namedview.cpp,
7328         src/sp-namedview.h, src/desktop-snap.cpp, src/desktop-snap.h,
7329         src/desktop.cpp, src/desktop.h,
7330         src/dialogs/desktop-properties.cpp, src/seltrans.cpp,
7331         src/seltrans.h, src/selection.cpp, src/selection.h,
7332         src/select-context.cpp, src/selection-chemistry.cpp:
7334         Start of new and hopefully improved snapping code.
7336 2004-06-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7338         * src/helper/units.h, src/helper/units.cpp:
7339           (sp_unit_get_by_id): new function.
7340           (sp_convert_distance_full): Change arguments & return value.
7341           Call g_log if no conversion possible.
7342           Callers updated.
7343           (sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
7344           sp_units: Less rounding error in unittobase.
7346 2004-06-16  Carl Hetherington  <inkscape@carlh.net>
7348         * src/sp-item.h: added a comment.
7350 2004-06-15  Ted Gould  <ted@gould.cx>
7352         * share/extensions/ai_input.inkmod:
7353         Removing the command-line argument to specify line endings.
7355         * src/print.cpp, src/print.h, src/sp-text.cpp,
7356         src/extension/extension.cpp, src/extension/extension.h,
7357         src/extension/implementation/implementation.cpp,
7358         src/extension/implementation/implementation.h,
7359         src/extension/internal/ps.cpp, src/extension/internal/ps.h:
7361         Changing it so that the text to vector is its own function.  This way it
7362         can be used as a parameter in Postscript, but then can be easily used for
7363         drivers which only support vector drawing.
7365 2004-06-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7367         * src/select-toolbar.cpp: Cleanups and preparation for px units.
7369         * src/helper/units.h, src/helper/units.cpp:
7370           Add reference version of sp_points_get_units, sp_units_get_points.
7371           Implement as simple multiplication instead of sp_convert_distance.
7372           (sp_units_table_sane): New function.
7373         * src/helper/units-test.cpp: Test sp_units_table_sane.
7375         * src/sp-object-repr.cpp: Move some declarations to first use.
7376         * src/sp-object-repr.h, src/sp-object-repr.cpp (sp_object_type_register):
7377           Change return type to void.
7379         * src/sp-item.cpp (sp_item_repr_compare_position):
7380           Reimplement as shallow wrapper around sp_repr_compare_position.
7382         * src/helper/units.h, src/helper/units.cpp:
7383           SPUnitId: new enum, to allow replacing string lookups.
7384           Get rid of handling for unused SP_UNIT_USERSPACE.
7385           Remove unused SPUnit.version field.
7387         * src/helper/units-test.cpp (test_bases): Test sp_unit_get_identity.
7389         * src/helper/Makefile_insert (helper_units_test_LDADD): Fix the previous
7390           commit: -lglib-2.0 instead of -lglib.
7392 2004-06-15  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7394         * src/Makefile.am, src/helper/Makefile_insert,
7395           src/helper/units-test.cpp:
7396           New unit test file units-test.cpp.
7398         * src/select-toolbar.cpp: Greater conformance to CodingStyle.
7400 2004-06-14  Carl Hetherington  <inkscape@carlh.net>
7402         * src/libnrtype/TextWrapper.cpp: Fix what looks like an off-by-one.
7404         * ChangeLog, src/prefs-utils.cpp:
7405         Fix bracketing typo that causes an array to be overrun.
7407 2004-06-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7409         * src/sp-path.cpp: Move some declarations to first use.
7411 2004-06-13  Kees Cook  <kees@outflux.net>
7413         * src/xml/repr.h, src/xml/repr-utils.cpp: adding additional RDF URIs
7414         to the default namespace prefix list.
7416 2004-06-13  MenTaLguY  <mental@rydia.net>
7418         * src/arc-context.cpp, src/desktop.cpp, src/desktop.h, src/document.cpp,
7419           src/document.h, src/draw-context.cpp, src/dyna-draw-context.cpp,
7420           src/file.cpp, src/gradient-chemistry.cpp, src/interface.cpp,
7421           src/rect-context.cpp, src/selection-chemistry.cpp, src/sp-object.cpp,
7422           src/sp-object.h, src/spiral-context.cpp, src/splivarot.cpp,
7423           src/star-context.cpp, src/svg-view.h, src/text-context.cpp,
7424           src/extension/internal/gdkpixbuf-input.cpp:
7426           added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
7427           report the current "view" root and current "editing" layer,
7428           respectively; I've also added SPObject::appendReprChild().
7430           Between the two of them, they replace sp_document_add_repr, which
7431           has been removed.  Generally to add a repr to a document, you would
7432           now use either:
7434            SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
7436           or:
7438            desktop->currentLayer()->appendReprChild(repr);
7440 2004-06-13  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7442         * src/sp-clippath.h, src/sp-gradient.h, src/sp-marker.h, src/sp-mask.h,
7443 src/sp-pattern.h:
7444           Explicitly mark _acceptObject as virtual.
7445           (Already declared as virtual in base class.)
7447         * src/file.cpp, src/main.cpp: Greater conformance to CodingStyle.
7449         * src/node-context.h, src/selcue.h, src/sp-pattern.h,
7450           src/widgets/sp-color-wheel-selector.h:
7451           Add missing includes as found by src/check-header-compile.
7453         * src/Makefile_insert:
7454         * src/sp-use-reference.cpp:
7455         * src/sp-use-reference.h:
7456         * src/sp-use.cpp:
7457         * src/sp-use.h:
7458           Move SPUseReference from sp-use.h to new files sp-use-reference.h,
7459           sp-use-reference.cpp.
7461         * src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
7463         * src/uri-references.h (getOwner): Fix copy&paste bug.
7465 2004-06-11  MenTaLguY  <mental@rydia.net>
7467         * src/sp-object.h, src/sp-object.cpp:
7469           migrated several SPObject methods to C++ methods:
7471           sp_object_invoke_write -> SPObject::updateRepr
7472           sp_object_request_update -> SPObject::requestDisplayUpdate
7473           sp_object_invoke_update -> SPObject::updateDisplay
7474           sp_object_request_modified -> SPObject::requestModified
7475           sp_object_invoke_modified -> SPObject::emitModified
7477           (leaving deprecated wrappers in place for now)
7479         * src/document.cpp, src/object-edit.cpp, src/sp-clippath.cpp,
7480           src/sp-defs.cpp, src/sp-ellipse.cpp, src/sp-image.cpp,
7481           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-line.cpp,
7482           src/sp-marker.cpp, src/sp-mask.cpp, src/sp-offset.cpp,
7483           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-root.cpp,
7484           src/sp-shape.cpp, src/sp-spiral.cpp, src/sp-star.cpp,
7485           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7486           src/sp-use.cpp, src/dialogs/stroke-style.cpp, src/sp-path.cpp:
7488           transitioned to SPObject::requestDisplayUpdate and
7489           SPObject::updateDisplay
7491         * src/arc-context.cpp, src/document.cpp, src/gradient-chemistry.cpp,
7492           src/knotholder.cpp, src/main.cpp, src/rect-context.cpp,
7493           src/sp-anchor.cpp, src/sp-clippath.cpp, src/sp-defs.cpp,
7494           src/sp-gradient.cpp, src/sp-item-group.cpp, src/sp-item.cpp,
7495           src/sp-mask.cpp, src/sp-namedview.cpp, src/sp-object-group.cpp,
7496           src/sp-object.cpp, src/sp-object.h, src/sp-offset.cpp,
7497           src/sp-pattern.cpp, src/sp-rect.cpp, src/sp-shape.cpp,
7498           src/sp-spiral.cpp, src/sp-text.cpp, src/sp-use.cpp,
7499           src/spiral-context.cpp, src/splivarot.cpp, src/star-context.cpp,
7500           src/style.cpp, src/toolbox.cpp, src/dialogs/fill-style.cpp,
7501           src/dialogs/stroke-style.cpp, src/extension/internal/svg.cpp:
7503           transitioned to SPObject::requestModified, SPObject::emitModified,
7504           and SPObject::updateRepr; also reworked "minimal" version of
7505           updateRepr.
7507         * src/sp-object.h: added a little documentation
7509         * src/document.cpp, src/document.h, src/file.cpp,
7510           src/gradient-chemistry.cpp, src/help.cpp, src/object-ui.cpp,
7511           src/selection-chemistry.cpp, src/selection.cpp, src/seltrans.cpp,
7512           src/sp-clippath.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
7513           src/sp-namedview.cpp, src/sp-object.cpp, src/sp-offset.cpp,
7514           src/sp-pattern.cpp, src/sp-root.cpp, src/sp-text.cpp,
7515           src/sp-typeset.cpp, src/sp-use.cpp, src/splivarot.cpp,
7516           src/uri-references.cpp, src/dialogs/fill-style.cpp,
7517           src/dialogs/item-properties.cpp, src/dialogs/stroke-style.cpp,
7518           src/helper/stock-items.cpp, src/widgets/gradient-selector.cpp,
7519           src/widgets/gradient-vector.cpp, src/widgets/icon.cpp:
7521           replaced sp_document_lookup_id with SPDocument::getObjectById,
7522           and SPDocument::getObjectByRepr
7524           (left deprecated stub in place, but it should be unused at this point)
7526 2004-06-11  Ted Gould  <ted@gould.cx>
7528         * src/file.cpp, src/inkscape.cpp, src/interface.cpp, src/prefs-utils.cpp,
7529         src/prefs-utils.h:
7531         Moving the recent document setting and getting code into the prefs-utils
7532         files so that they'll be with the preferences (which they really kinda
7533         are).  Then, moved the place where they are set from the removing of the
7534         document to where the files are opened and 'save as'd.  (yes, I made up a
7535         word/contraction).
7537 2004-06-10  Carl Hetherington  <inkscape@carlh.net>
7539         * src/desktop-snap.cpp, src/desktop-snap.h,
7540         src/satisfied-guide-cns.cpp, src/satisfied-guide-cns.h,
7541         select-context.cpp, selection.cpp, selection.h, seltrans.cpp,
7542         seltrans.h, sp-ellipse.cpp, sp-image.cpp,
7543         sp-item-notify-moveto.cpp, sp-item-rm-unsatisfied-cns.cpp,
7544         sp-item-update-cns.cpp, sp-item.cpp, sp-item.h, sp-offset.cpp,
7545         sp-rect.cpp, sp-spiral.cpp, sp-star.cpp, sp-text.cpp:
7547         Use a std::vector to store snap points, rather than a fixed-size
7548         array.
7550 2004-06-09  Carl Hetherington  <inkscape@carlh.net>
7552         * src/desktop-snap.cpp, src/desktop-snap.h: Coding style fixes.
7553         Use NR::Coord rather than double where appropriate.  Added some
7554         comments.  Use NR::Dim2 where appropriate.  Use NR_HUGE rather
7555         than hardcoded 1e18s.
7557         * src/rect-context.cpp, src/nodepath.cpp, src/arc-context.cpp:
7558         Adapt for changes to sp_desktop_dim_snap prototype.
7560         * src/select-context.cpp:
7561         Adapt for changes to sp_desktop_dim_snap_list prototype.
7563 2004-06-08  MenTaLguY  <mental@rydia.net>
7565         * src/display/sp-canvas.h, src/livarot/DblLinked.h,
7566           src/livarot/LivarotDefs.h, src/livarot/AVL.h, src/livarot/Shape.h,
7567           src/livarot/ShapeUtils.h, src/livarot/Ligne.h,
7568           src/object-edit.cpp, src/spiral-context.cpp, src/sp-shape.cpp:
7570           Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
7572 2004-06-08  Carl Hetherington  <inkscape@carlh.net>
7574         * src/main.cpp: remove the call to
7575         Extension::Internal::PrintWin32::init() entirely after Ted pointed
7576         out that it would be called by code in src/extension/init.cpp
7577         anyway.
7579 2004-06-08  Ted Gould  <ted@gould.cx>
7581         * src/main.cpp:
7583         Added in a version command to our command line args.  This fixes
7584         enhancement request 968642.
7586 2004-06-07  MenTaLguY  <mental@rydia.net>
7588         * src/document.cpp, src/document.h, src/document-undo.cpp,
7589           src/sp-object.h, src/sp-object.cpp:
7590           renamed object garbage collection routines to fit the "orphan"
7591           terminology
7593 2004-06-07  Carl Hetherington <inkscape@carlh.net>
7595         * src/main.cpp: tentative fix for startup crash on Win32.  Ensure
7596         that Extension::Internal::PrintWin32::init() is not called until
7597         after inkscape_application_init().
7599 2004-06-07  Ted Gould  <ted@gould.cx>
7601         * src/inkscape.cpp, src/main.cpp:
7603         Moving the initialization of the extensions into the Inkscape application
7604         init.  I have mixed feelings on this.  On one hand, basically extension
7605         init gets called directly after applicaiton init and extensions init has
7606         nothing to do with anything else in main.  On the other hand I'm not sure
7607         that it is directly related to the structure of the application itself.
7608         Comments are welcome.
7610 2004-06-06  MenTaLguY  <mental@rydia.net>
7612         * src/attributes.cpp, src/attributes.h: added inkscape:collect attribute
7613           to specify orphan collection policy (collect with parent, or always
7614           collect)
7616         * src/document-undo.cpp, src/document.cpp, src/document.h: added an orphan
7617           collection pass as part of comitting an undo step
7619         * src/sp-object.cpp, src/sp-object.h:
7620           add total hrefcount for all descendants, and basic orphan collection
7621           facilities
7623         * src/gradient-chemistry.cpp, src/dialogs/stroke-style.cpp,
7624           src/extension/internal/gdkpixbuf-input.cpp:
7625           mark automatically added gradients, patterns, and markers for orphan
7626           collection
7628 2004-06-06  Bryce Harrington <bryce@bryceharrington.org>
7630         * libnrtype/nr-type-xft.cpp, libnrtype/nr-font.cpp,
7631           libnrtype/nr-rasterfont.cpp, libnrtype/nr-type-directory.cpp,
7632           libnrtype/nr-typeface.cpp, libnrtype/nr-type-w32.cpp,
7633           libnrtype/nr-type-ft2.cpp, libnrtype/nr-type-pos-def.cpp,
7634           libnrtype/nr-type-primitives.cpp:
7636         Documenting the routines.  This adds basic code docs for
7637         everything in libnrtype.
7639 2004-06-06  Ted Gould  <ted@gould.cx>
7641         * src/main.cpp, src/preferences-skeleton.h, src/extension/extension.cpp:
7643         Making it so that the extension parameters get saved in the Inkscape
7644         preferences.  Most people will notice that their printer gets saved now.
7645         But this does alot more than that.  Added an "extensions" group to the
7646         preferences skeleton for all these settings.  All settings get saved as
7647         "module ID"."param name".  Also had to change where the extensions get
7648         init'd in the startup to put it behind the Inkscape application so that
7649         prerefences could be used.
7651 2004-06-03  Ted Gould  <ted@gould.cx>
7653         * src/file.cpp, src/dialog/filedialog.cpp:
7655         Making the whole file dialog alot more fun.  Basically, now the
7656         first filename will always be unique on files that don't have a
7657         filename already.  And, if you've selected a different default
7658         extension, that extension's filename extension will be placed
7659         on the file.  Also, when you change the extension to save with
7660         in the dialog, the filename extension will change with you (assuming
7661         that you were using filename extensions previously ofcourse).
7662         Finally, the checkbox to autoappend extensions is no insensitive
7663         when "Autodetect" is selected.
7665 2004-06-03  MenTaLguY  <mental@rydia.net>
7667         * src/file.cpp, src/extension/internal/ps.cpp,
7668           src/extension/internal/win32.cpp, src/sp-pattern.cpp,
7669           src/dialogs/stroke-style.cpp, src/display/nr-arena-glyphs.cpp,
7670           src/display/nr-arena-group.cpp, src/display/nr-arena-image.cpp,
7671           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7672           src/widgets/icon.cpp, src/dialogs/nr-arena-item.h:
7674           Introduced the notion of "parent" NRGCs
7676 2004-06-02  bulia byak <bulia@users.sourceforge.net>
7678         * src/selection.h, src/selection.cpp:
7680         * preferences-skeleton.h dialogs/display-settings.cpp sp-item.cpp: New
7681 settings
7682         for various compensations
7684         * sp-shape.cpp sp-shape.h sp-rect.cpp sp-path.cpp: Factored out adjustments
7685         (stroke and pattern so far) from optimizing items into sp-shape.
7687         * libnr: Added distance function for a couple of points. Added expansions
7688 for X and Y.
7690         * object-edit.cpp sp-rect.cpp sp-item.cpp toolbox.cpp: Made rect use
7691 absolute
7692         radii, added recursive compensation on item_transform. Added new knot for
7693         rect, moved corner knots to the top right corner. Rect toolbar shows visible
7694         rx/ry.
7696         * toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
7697         changes both from the repr and from toolbar UI).
7699         * sp-namedview.cpp: Guarding against nan in zoom, cx, cy
7701         * select-toolbar.cpp helper/unit-menu.cpp helper/unit-menu.h: Fix units menu
7702 size
7704         * node-context.cpp: Second Esc or empty-click deselects object
7706         * desktop.cpp desktop.h: Restored sticky zoom
7708         * preferences-skeleton.h extension/internal/gdkpixbuf-input.cpp file.cpp: Do
7709 not
7710         group import if only one item; move its defs to our defs; select and move
7711         under cursor the imported item/group. Optionally import bitmaps as filled
7712         rects.
7714         * many -context files: Decoupled seltrans and selcue so that the latter can
7715 be
7716         used outside of selector; enabled optional selcue in all tools
7718         * many files: New set_color signals on desktop, switching the dropper to
7719 them;
7720         needs to be redone for style. Excise the old inkscape::color_set signal.
7722         * dialogs/stroke-style.cpp: Fix the "all clubs" marker preview bug. In
7723 markers
7724         menu, skip document markers with stockid only if the same stockid is in
7725         markers.svg; add separator.
7727         * many fill and stroke files: Remove old mode selector, remove dropper
7728 checkbox
7729         (now always on). Remember active colorselector page. Remove redundant checks
7730         in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
7731         shortened labels, added mnemonics and tooltips, removed the drop-down modes
7732         list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
7733 as
7734         well.
7736         * dialogs/find.* et al: Find dialog, command
7738         * selection-chemistry.cpp: Fix copying objects from different parents; fix
7739 and
7740         reorganize copying gradients, recurse into groups
7742         * dialogs/xml-tree.cpp: Removed unused desktop shutdown signal, fixes
7743 problem
7744         with saving window settings on exit
7746         * select-toolbar.cpp: Percentage unit, lock toggle, NR::Rectification
7748         * sp-object.cpp path-chemistry.cpp splivarot.cpp et al: Sending
7749 _delete_signal
7750         recursively for descendants; switched to deleteObject where appropriate to
7751         notify clones
7753         * preferences-skeleton.h desktop.cpp desktop.h interface.cpp: Window layout
7754         fully configurable, commands in the View menu
7756         * path-chemistry.cpp: Fixed transform when combining inside group
7758         * preferences-skeleton.h sp-item.cpp dialogs/display-settings.cpp: Fixes in
7759         scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
7760         via repr, pref in the transforms tab
7762         * widgets/sp-xmlview-attr-list.cpp: More robust listener
7764 2004-06-01  Ted Gould  <ted@gould.cx>
7766         * src/extension/internal/gdkpixbuf-input.cpp:
7767         Making it so that the lists of extensions and mimetypes are
7768         used in the creation of the plugins.  Also, free'ing everything
7769         properly so that we don't have a memory leak.
7771 2004-05-30  MenTaLguY  <mental@rydia.net>
7773         * src/selection.h, src/selection.cpp:
7774           rework SPSelection to be SPObject- rather than SPItem- oriented;
7775           this will be needed later for the layers/document tree dialog
7776           (and could prove useful for the XML editor later too)
7778         * src/sp-item.h: make SPItem a proper C++ subclass of SPObject
7780         * src/dialogs/item-properties.cpp:
7781           correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
7782           than directly accessing the SPObject::id member)
7784 2004-05-27  Kees Cook  <kees@outflux.net>
7786         * src/extension/internal/ps.h, src/extension/internal/ps.cpp:
7787           Hopefully fixed the locale problems in the PS output generator.
7788         * src/sp-offset.cpp, src/display/bezier-utils-test.cpp,
7789           src/display/nr-arena-item.cpp, src/libnr/nr-svp-render.cpp,
7790           src/libnr/testnr.cpp, src/livarot/AlphaLigne.cpp,
7791           src/livarot/Ligne.cpp, src/livarot/Path.cpp,
7792           src/livarot/PathCutting.cpp, src/livarot/Shape.cpp,
7793           src/livarot/ShapeDraw.cpp, src/livarot/ShapeSweep.cpp,
7794           src/svg/svg-affine.cpp: added comments and notes to all remaining
7795           "printf"ish calls that have %g or %f in them.  Most are just debug
7796           output, etc.  Hopefully we are actually free of locale bugs!  :)
7797         * src/desktop.h, src/desktop.cpp: desktop's knowledge of
7798           fullscreen-ness doesn't depend on having the ability to DO it.  Other
7799           functions already test "is_fullscreen" to alter their behavior.
7801 2004-05-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7803         * src/extension/system.h, src/extension/system.cpp (build_from_file):
7804           Remove unused second argument.  Callers updated.
7805         * src/extension/system.cpp (build_from_reprdoc):
7806           Just one call to sp_repr_name per child.
7807         * src/extension/system.h, src/extension/system.cpp:
7808           Cleanup: greater conformance to CodingStyle.
7810 2004-05-23  MenTaLguY  <mental@rydia.net>
7812         * src/libnrtype/Makefile_insert, src/libnrtype/nr-type-gnome.cpp,
7813           src/libnrtype/nr-type-gnome.h, src/libnrtype/nr-type-dictionary:
7815           removed gnome-print libnrtype backend
7817 2004-05-20  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7819         * src/xml/repr.h, src/xml/repr-util.cpp:
7820           Remove unused function sp_repr_set_position_relative.
7822         * src/xml/repr-util.cpp (sp_repr_compare_position, sp_repr_position):
7823           Minor cleanups.
7825 2004-05-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7827         * src/sp-use.cpp: Cleanup: greater conformance to CodingStyle.
7829         * src/sp-item-group.cpp (sp_item_group_ungroup): Fix bug #956334:
7830           ungrouping was reversing the order of the group members.
7832         * src/xml/repr-get-children.h, src/xml/repr-get-children.cpp: New files.
7833         * src/xml/Makefile_insert (xml_libspxml_a_SOURCES): Add the new files.
7835         * src/xml/repr-private.h, src/xml/repr.cpp (sp_repr_nth_child):
7836           Remove this unused function.
7838         * src/xml/repr.h, src/xml/repr.cpp (sp_repr_parent):
7839           Mark pointer as not written through (const).
7841 2004-05-18  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7843         * src/xml/repr.cpp: Cleanup: greater conformance to CodingStyle.
7845         * src/Makefile_insert: Add missing dependencies on inkscape_version.h.
7846         * src/display/Makefile_insert: Adapt dependency object names for
7847           `subdir-objects' automake option.
7848         * src/helper/Makefile_insert: Adapt dependency object names for
7849           lack of libspchelp-specific CPPFLAGS.
7851 2004-05-17  Carl Hetherington <inkscape@carlh.net>
7853         * src/libnrtype/nr-type-w32.cpp: Tentative fix for
7854         build problems on Win32.
7856         * src/extension/internal/svg.cpp: Coding style cleanups.
7858 2004-05-17  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7860         * src/sp-item.h, src/sp-item.cpp: Remove unused
7861           distance-conversion functions sp_item_distance_to_svg_bbox,
7862           sp_item_distance_to_svg_viewport.
7864         * src/sp-item.cpp: Cleanup: greater conformance to CodingStyle.
7866         * acinclude.m4: Remove.
7868 2004-05-16  Carl Hetherington  <inkscape@carlh.net>
7870         * src/extension/internal/svg.cpp:
7871         Throw an exception if sp_repr_save_file fails.  This should close
7872         bug 948921.
7874 2004-05-16  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7876         * src/check-header-compile.in: New script.
7877         * configure.in: Add it to list of files for substitution.
7879         * src/star-context.cpp: Minor cleanups, and use g_strdup_printf instead
7880           of fixed-size buffer for translated string.
7882         * src/selection-chemistry.cpp: Use NR::Rect bounds() method instead of
7883           old bounds(NRRect*).
7885         * src/document.cpp (sp_document_create):
7886         * src/preferences-skeleton.h:
7887           Use INKSCAPE_VERSION from inkscape_version.h instead of VERSION.
7889         * src/libnr/nr-rotate-test.cpp: Use new rotate_equalp function.
7891         * src/libnr/nr-translate-ops.h (operator-): New function.
7893         * src/select-context.cpp:
7894         * src/selection-chemistry.cpp:
7895         * src/xml/repr.h:
7896         * src/sp-defs.h:
7897           Cleanup: greater conformance to CodingStyle.
7899         * src/libnr/nr-macros.h: Don't #include nr-matrix.h, nr-rect.h.
7901         * src/arc-context.h, src/desktop-affine.h, src/dir-util.h,
7902           src/draw-context.h, src/dyna-draw-context.h, src/help.h,
7903           src/knotholder.h, src/prefs-utils.h, src/select-toolbar.h,
7904           src/sp-clippath.h, src/sp-mask.h, src/sp-pattern.h, src/sp-use.h,
7905           src/text-context.h, src/toolbox.h, src/tools-switch.h,
7906           src/dialogs/dialog-events.h, src/dialogs/sp-attribute-widget.h,
7907           src/display/sp-canvas.h, src/helper/gnome-utils.h,
7908           src/helper/png-write.h, src/helper/stock-items.h, src/inkjar/jar.h,
7909           src/libnr/nr-matrix.cpp, src/libnr/nr-point-l.h,
7910           src/svg/stringstream.h, src/svg/svg-affine.cpp,
7911           src/widgets/gradient-selector.h, src/widgets/paint-selector.h,
7912           src/widgets/spinbutton-events.h, src/widgets/spw-utilities.h,
7913           src/xml/repr-action.h:
7914           Add missing header files as detected by check-header-compile script.
7916         * src/libnr/nr-rotate-fns.h, src/libnr/nr-rotate-fns.cpp: New files.
7917         * src/libnr/nr-rotate-fns-test.cpp: New unit test.
7918         * src/libnr/Makefile_insert, src/Makefile.am: Reference new files,
7919           add to unit tests.
7921         * src/libnr/nr-rotate.h: Add Coord,Coord constructor.
7923         * src/libnr/nr-rotate.h, src/libnr/nr-rotate-ops.h (operator*=):
7924         New method.
7926         * src/libnr/nr-point-fns.h (point_equalp): New function.
7928         * src/radial.h: Remove this unused header.
7930         * src/xml/xml-forward.h: New file.
7931         * src/xml/Makefile_insert: Add it to xml_libspxml_a_SOURCES.
7932         * src/xml/repr-private.h: Include it.
7934 2004-05-16  MenTaLguY  <mental@rydia.net>
7936         * src/libnrtype/nr-type-directory.cpp, src/libnrtype/nr-type-ft2.cpp,
7937           src/libnrtype/nr-type-ft2.h, src/libnrtype/nr-type-gnome.h,
7938           src/libnrtype/nr-type-w32.h, src/libnrtype/nr-type-xft.cpp,
7939           src/libnrtype/nr-typeface.h:
7941           transition to C++ inheritance
7943         * src/verbs.cpp, src/helper/action.h, src/helper/action.cpp,
7944           src/widgets/button.cpp, src/libnr/nr-object.cpp, src/libnr/nr-object.h:
7946           removed barely-used "in-place construction" facility for NRObject
7948         * src/helper/action.h, src/helper/action.cpp,
7949           src/display/nr-arena-glyphs.cpp, src/display/nr-arena-glyphs.h,
7950           src/display/nr-arena-image.cpp, src/display/nr-arena-image.h,
7951           src/display/nr-arena-item.cpp, src/display/nr-arena-shape.cpp,
7952           src/helper/action.cpp, src/helper/action.h, src/libnr/nr-object.cpp,
7953           src/libnr/nr-object.h, src/libnrtype/nr-type-ft2.cpp,
7954           src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
7955           src/libnrtype/nr-typeface.cpp:
7957           Made NRObject "C++-compatible".  All C++ features including virtual
7958           methods and RTTI should now be available to NRObject subclasses
7959           _provided_:
7961            a) there is an unbroken chain of _C++_ inheritance from the subclass
7962               back to NRObject
7964            b) the NRObject-derived inheritance chain is always first in cases
7965               of multiple inheritance (the NRObject must be first in the memory
7966               layout)
7968            c) The subclass in question overrides NRObjectClass::cpp_ctor in its
7969               own class_init function, with a pointer to a function that calls
7970               the specific subclass' constructor (via placement new -- you will
7971               need to #include <new> for this to work)
7973               n.b. Objects of classes which do not override cpp_ctor will appear
7974               to the C++ runtime system (RTTI and virtual dispatch, at least) as
7975               objects of the closest ancestor class which does override it
7976               (NRObject or NRActiveObject if nothing else).
7978 2004-05-15  MenTaLguY  <mental@rydia.net>
7980         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
7981           further reduced dependency on SPStyle
7983 2004-05-14  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
7985         * src/libnr/nr-path.cpp, src/libnr/nr-path.h (nr_path_matrix_bbox_union):
7986           Get rid of no-longer-needed tolerance arg.  Update callers.
7988         * src/selection.cpp, src/sp-chars.cpp, src/sp-image.cpp,
7989           src/sp-item-group.cpp, src/sp-item.cpp, src/sp-item.h,
7990           src/sp-marker.cpp, src/sp-root.cpp, src/sp-shape.cpp,
7991           src/sp-symbol.cpp, src/sp-text.cpp, src/sp-typeset.cpp,
7992           src/sp-use.cpp, src/dialogs/fill-style.cpp,
7993           src/dialogs/stroke-style.cpp, src/display/nr-arena-shape.cpp,
7994           src/libnr/nr-path.cpp, src/libnr/nr-path.h,
7995           src/libnrtype/nr-font.cpp, src/libnrtype/nr-rasterfont.cpp,
7996           src/libnrtype/nr-type-gnome.cpp, src/widgets/icon.cpp,
7997           src/widgets/paint-selector.cpp:
7998           Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
7999           sp_item_invoke_bbox, sp_item_invoke_bbox_full,
8000           nr_path_matrix_bbox_union.  Users updated.
8002         * src/libnr/nr-rect.h, src/libnr/nr-rect.cpp (nr_rect_union_pt):
8003           new function.
8005         * src/libnr/nr-matrix-fns.h, src/libnr/nr-matrix-fns.cpp
8006           (NR::transform): new function.
8008         * src/Makefile_insert: Move fixes.cpp from libinkpre.a to libinkpost.a.
8009         * src/xml/Makefile_insert (xml_repr_action_test_LDADD):
8010           Add libinkpost.a, for fixes.o.  `make check' now works again.
8012         * src/sp-text.cpp (sp_text_set_transform):
8013           Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
8014           sp_object_request_update.  Addresses `critical' warning.
8016 2004-05-13  John Cliff <simarilius@yahoo.com>
8018         * src/dialogs/stroke-style.cpp: Switched to using get_stock to retrieve
8019 markers.
8020         * src/helpers/stock-items.h, src/helpers/stock-items.cpp: created to handle
8021 stock items.
8022         * src/prefix.h: Added marker and gradient directorys.
8024 2004-05-13  Kees Cook <kees@outflux.net>
8026         * configure.in, src/main.cpp, config.h.mingw, debian/rules:
8027           made popt a requirement instead of an option.
8029 2004-05-13  Carl Hetherington  <cth103@houllier.home>
8031         * sp-color-notebook.cpp: Fix uninitialised value spotted by valgrind.
8033         * stroke-style.cpp:
8034         Fix ink_extract_marker_name returning a pointer into a free()d buffer.
8036 2004-05-13  Ted Gould <ted@gould.cx>
8038         * src/file.cpp:
8039         Making the default filename _("untitled.svg")
8041 2004-05-12  Kees Cook <kees@outflux.net>
8043         * config.h.mingw: added g_ascii_strtod macro.
8045 2004-05-12  Carl Hetherington <inkscape@carlh.net>
8047         * src/dialogs/export.cpp: fix faulty logic with exporting of
8048         selections, as reported by Artemio on the ML.
8050         * src/dialogs/desktop-properties.cpp: Fix a gtk_table size.
8051         Make use of spw_dropdown in one place.
8053         * src/select-context.cpp: Remove alt-drag "slow move" mode.
8054         Make alt-drag move without any grid snap, even if the grid
8055         is enabled.  Add a new mode, shift-drag, which preserves
8056         objects' grid offsets rather than snapping their snappoints.
8058         * src/selection-chemistry.cpp: Pasted objects have the same
8059         offset from the grid as the original, if the grid is enabled.
8060         Also a NRRect -> NR::Rect fix thrown in for no extra charge.
8062         * src/dialogs/display-settings.cpp: Added option to reverse
8063         the actions of drag and shift-drag when moving objects.
8065 2004-05-12  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8067         * src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
8068         wasn't getting defined).  Restores translations on *nix systems
8069         when inkscape translations aren't in system-wide /usr/share/locale.
8071 2004-05-10  Carl Hetherington <inkscape@carlh.net>
8073         * src/sp-item.cpp, src/dialogs/display-settings.cpp: primitive
8074         support for preserving line widths when scaling.  Thanks to Bulia
8075         for telling me what to do :)
8076         * src/dialogs/align.cpp: refactor some cut-and-paste code into
8077         a separate function.  Remove NRRect.  Declaration-to-first-use
8078         cleanups.
8079         * src/dialogs/transformation.cpp, src/dialogs/fill-stype.cpp:
8080         NRRect removal.  Declaration-to-first-use cleanups.
8082 2004-05-09  MenTaLguY <mental@rydia.net>
8084         * src/sp-paint-server.h: SPPaintServer now uses C++ inheritance
8086           (bigger question -- should SPPaintServer derive from SPObject?  I think
8087            not, actually ... it's more something that should be aggregated into
8088            the various paint-server-capable types)
8090         * src/display/nr-arena-shape.h, src/display/nr-arena-shape.cpp:
8091           first steps in removing SPStyle dependency from NRArenaShape --
8092           add fill and stroke paint server members, and use those instead
8093           of reading directly from an SPStyle.
8095 2004-05-09  Kees Cook <kees@outflux.net>
8097         * src/libnrtype/nr-type-xft.cpp: added patch 898200, hopefully this
8098           won't break anyone.
8099         * src/dialogs/desktop-properties.cpp: added patch 947127, along with
8100           some orientation bugfixes, list cleanup, and logic to select the
8101           correct menu items based on document settings.
8102         * configure.in: default to always replace g_ascii_strtod.
8104 2004-05-08  Kees Cook <kees@outflux.net>
8106         * src/extension/internal/gdkpixbuf-input.cpp: skip SVG files. (open bug)
8107         * configure.in, src/Makefile_insert, src/fixes.cpp: added replacement
8108           for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
8109           The upstream version is fixed, so some day, we won't need this any
8110           more.  (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
8111         * src/dyna-draw-context.cpp, src/rect-context.cpp, src/sp-namedview.cpp,
8112           src/sp-object.cpp, src/sp-object.h, src/sp-pattern.cpp,
8113           src/sp-polygon.cpp, src/sp-polyline.cpp, src/sp-root.cpp,
8114           src/sp-spiral.cpp, src/sp-star.cpp, src/sp-symbol.cpp,
8115           src/sp-text.cpp, src/spiral-context.cpp, src/star-context.cpp,
8116           src/svg/ftos.cpp, src/svg/svg-affine.cpp, src/svg/svg-color.cpp,
8117           src/svg/svg-length.cpp: adding "config.h", making a few extra
8118           locale-sensitive functions use g_ascii versions.
8120 2004-05-08  MenTaLguY <mental@rydia.net>
8122         * src/sp-item.cpp: move "transformed" signal emission after actual
8123           application of transform
8125         * src/xml/repr-action.cpp, src/xml/repr-action.h, src/xml/repr.cpp:
8126           fix lifecycle issues with content and attribute strings
8128         * src/sp-object.h, src/sp-object.cpp: added SPObject::setId()
8130 2004-05-08  Kees Cook <kees@outflux.net>
8132         * src/verbs.cpp, src/help.cpp: localizing "about" and "keys" stuff.
8133         * po/*.po: rebuilt for new strings.
8135 2004-05-08  Carl Hetherington <inkscape@carlh.net>
8137         * src/dialogs/desktop-properties.cpp: the usual cleanups.  Also
8138         add some sp_document_done()s in various places.
8140 2004-05-08  bulia byak <bulia@users.sourceforge.net>
8142         * widgets/paint-selector.cpp: Tooltips, slight cosmetics
8144         * main.cpp: --help edit
8146         *  sp-use.h sp-use.cpp: Redid move compensation using _transformed_signal
8148         * sp-item.h sp-item.cpp: Added _transformed_signal, emitted by
8149 write_transform,
8150         passes the difference transform relative to the old one (not the new
8151 transform
8152         set)
8154         * nodepath.cpp: Fix lagging update of the other handle for smooth nodes
8156         * widgets/dash-selector.cpp: (Almost) fixed display of shorter-than-0.5
8157 dashes
8158         in selector; proper fixing will require manual drawing the dashes instead of
8159         using gdk dashes
8161         * preferences-skeleton.h: lots of new  dasharrays
8163         * dialogs/stroke-style.cpp: Remove repetitive code; relocation patch from
8164         mhearn; fixed, reenabled, and automated marker previews (no need for
8165 previews
8166         in markers.svg)
8168         * share/markers/markers.svg: Cleanup, sizes, remove manual previews
8170         * style.cpp: Disabled warning for overflow property (we need it for markers)
8172         * splivarot.cpp: Fixed transform when doing boolop inside group
8174         * libnr/nr-path.cpp: Ported fix from sodi, fixes two bugs with endnodes of a
8175         curve on the same hor/vert line
8177         * sp-namedview.cpp: Use set_default_size instead of _resize for setting
8178 window
8179         from namedview
8181         * preferences-skeleton.h dialogs/item-properties.cpp: Objects props
8182         transientized (better late than never)
8184         * dialogs/display-settings.cpp: Added simplify threshold
8186         * sp-use.cpp: Mega-kill use on unlink
8188         * preferences-skeleton.h dialogs/display-settings.cpp: Orphaned clones
8189 options
8191         * sp-item-group.cpp: Prevent jumps when ungrouping clone with its original
8193         * sp-object.cpp: Fix crash when deleting clone and its original
8195         * toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
8196 work
8197         for all tools
8199         * sp-use.cpp enums.h: Unlink option on self-delete
8201         * sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
8202 works properly)
8204         * splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
8205 take
8206         style from the bottom object
8208         * interface.cpp verbs.cpp shortcuts.cpp: Mnemonics, tooltips, shortcuts,
8209         cleanup, autoraise removed from menu
8211 2004-05-07  Kees Cook <kees@outflux.net>
8213         * src/verbs.cpp: re-localizing tutorials.  My goof!
8214         * po/POTFILES.in: removed arikkei references
8216 2004-05-07  Carl Hetherington <inkscape@carlh.net>
8218         * src/desktop.cpp: make sure that a SPNamedView's modified signal
8219         is connected to the SPDesktop even when a file is loaded into an
8220         existing SPDesktop.  Fixes problems whereby grid snap does not
8221         work for the first file loaded in a session.  Fix a && -> & typo.
8223         * src/sp-object.cpp: declaration-to-first-use and coding style
8224         cleanups.
8226 2004-05-05 Spundun Bhatt <spundun@isi.edu>
8228         * configure.in: Stole Nathan's configure hack and used it to
8229         support gtkmm-2.4
8231 2004-05-06  Ted Gould  <ted@gould.cx>
8233         * src/file.cpp, src/extension/extension.cpp, src/extension/init.cpp,
8234         src/extension/internal/Makefile_insert,
8235         src/extension/internal/gdkpixbuf-input.cpp,
8236         src/extension/internal/gdkpixbuf-input.h:
8237           Changing the import functionality so that it works much more like open.
8238           You can use any format, and it will place that file directly in the
8239           document that you are working on.  Added input extensions that cover all
8240           of the bitmap formats that are covered with gdkpixbuf.  Also, more
8241           formats can be used using the scripting system.
8243 2004-05-06  Carl Hetherington <inkscape@carlh.net>
8245         * src/sp-line.cpp, src/sp-mask.cpp, src/sp-metrics.cpp:
8246         declaration-to-first-use and coding style cleanups
8248 2004-05-05  MenTaLguY  <mental@rydia.net>
8250         * src/libnrtype/nr-type-dictionary.cpp: removed 'private-fonts'
8251           feature (we should rely on fontconfig for "custom" font stuff)
8253         * configure.in, src/Makefile_include, src/Makefile.am,
8254           src/libarikkei/*: removed the now unused libarikkei
8256 2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
8258         * src/dialogs/text-edit.cpp, configure.in: Added support for spell
8259         checking in text dialog.
8261 2004-05-04  MenTaLguY <mental@rydia.net>
8263         * src/display/nr-arena-glyphs.h: fixed cut-and-paste error in
8264           NRArenaGlyphsGroup::create()
8266         * src/selection.cpp, src/selection.h: fixed global "changed" propagation
8268 2004-05-02  MenTaLguY <mental@rydia.net>
8270         * src/file.cpp, src/print.cpp, src/sp-chars.cpp, src/sp-clippath.cpp,
8271           src/sp-image.cpp, src/sp-item-group.cpp, src/sp-mask.cpp,
8272           src/sp-pattern.cpp, src/sp-shape.cpp, src/sp-text.cpp,
8273           src/sp-use.cpp, src/dialogs/stroke-style.cpp,
8274           src/display/canvas-arena.cpp, src/display/nr-arena-glyphs.cpp,
8275           src/display/nr-arena-glyphs.h, src/display/nr-arena-group.h,
8276           src/display/nr-arena-image.h, src/display/nr-arena-item.cpp,
8277           src/display/nr-arena-item.h, src/display/nr-arena-shape.h,
8278           src/display/nr-arena.h, src/libnr/nr-object.h, src/widgets/icon.cpp:
8280           removed nr_arena_item_new in favor of static ::create() functions
8281           which call NRArenaItem::init() to perform setup (i.e. setting
8282           NRArenaItem::arena).  Eventually NRArenaItem::init() and
8283           nr_arena_item_init will merge and become NRArenaItem's constructor.
8285 2004-04-30  MenTaLguY <mental@rydia.net>
8287         * src/sp-use.cpp: call parent class' write methods rather than
8288           attempting to do everything (wrongly) ourselves; among other
8289           things, <use> transform attributes weren't getting written
8291         * src/sp-object.h, src/sp-object.cpp:
8293           designate a "successor" object so we still perform as
8294           expected if objects are replaced in the middle of e.g. a
8295           bulk delete operation
8297         * src/sp-use.cpp: cleanups and succession logic for <use>
8298           deletion
8300         * src/widgets/sp-hwrap-box.cpp, src/widgets/sp-hwrap-box.h,
8301           src/widgets/sp-vwrap-box.cpp, src/widgets/sp-vwrap-box.h,
8302           src/widgets/sp-wrap-box.cpp, src/widgets/sp-wrap-box.h,
8303           src/widgets/test-wrapbox.cpp, src/widgets/Makefile_insert:
8305           Removed unused (and imperfect) "wrapbox" widgets.
8307         * src/sp-object.h, src/sp-object.cpp, src/sp-item-group.cpp:
8309           Removed unused sp_object_invoke_forall and sp_object_sequence
8310           methods.  (forall might be nice to have, but we can do better
8311           implementation-wise now that we're in C++-land)
8313 2004-04-30 njh <njh@mail.csse.monash.edu.au>
8315         * main.cpp: replaced gtk_init with g_type_init for console mode.
8316         Closes 944969.
8318 2004-04-29  MenTaLguY <mental@rydia.net>
8320         * src/sp-image.cpp, src/sp-item.cpp, src/sp-item.h, src/sp-line.cpp,
8321           src/sp-path.cpp, src/sp-rect.cpp, src/sp-text.cpp:
8323           write_transform becomes set_transform, which applies the given
8324           transform to the object without (!) invoking a repr write
8326         * src/sp-star.cpp, src/svg/svg-length.h, src/svg/svg-length.cpp,
8327           src/svg-types.h, src/svg/svg.h:
8329           replaced raw integers with real units enum
8331         * src/libnr/nr-matrix.h:
8333           removed dead assertion (it's always valid to retrieve the
8334           translation component of a matrix)
8336         * src/selection-chemistry.cpp:
8338           delete items via SPItem (SPObject), not repr
8340         * src/sp-object.h, src/sp-object.cpp:
8342           added SPObject::deleteObject() and a delete notification signal;
8343           SPObject now inherits from GObject in the C++ sense
8345         * src/sp-use.h:
8347           don't accept references to the use or its ancestors (preventing
8348           infinite loops)
8350         * src/sp-use.cpp, src/sp-use.h:
8352           added automatic deletion when referrent is deleted
8354         * src/uri-reference.h:
8356           added URIReference::getOwner()
8358 2004-04-29  Carl Hetherington <inkscape@carlh.net>
8360         * src/extension/internal/win32.cpp: add textToPath parameter to
8361         description in order to fix #944131.
8363 2004-04-28  Carl Hetherington <inkscape@carlh.net>
8365         * src/desktop.cpp, src/inkscape.cpp, src/sp-namedview.cpp
8366         Part of the fix for #942149.  Also fixed some compiler warnings.
8368         * src/display/nr-arena.cpp: Fixed an unused variable warning.
8370         * src/main.cpp: Fix a warning that is raised on Windows.
8372 2004-04-28  bulia byak <bulia@users.sourceforge.net>
8374         * inkscape.cpp: Fixed prev/next desktop; numbered from 0
8376         * Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
8378         * interface.cpp verbs.cpp: Tooltip edits
8380         * view.cpp view.h desktop.cpp: Signal and function to pop statusbar message
8382         * dialogs/dialog-events.cpp: Only set the UTILITY hint for non-modal
8383 windows,
8384         fixes "disappearing save as"
8386         * toolbox.cpp widgets/widget-sizes.h widgets/button.cpp: Got rid of button
8387         relief, top panel made less tall
8389         * desktop.cpp preferences-skeleton.h dialogs/display-settings.cpp: Done away
8390         with the sticky zoom button, now in prefs
8392         * path-chemistry.cpp: Preserve id= in combine/break, convert to paths;
8393 preserve
8394         z-order in combine/break; cleanups
8396         * splivarot.cpp: New selection API, Simplify preserves id=
8398         * select-context.cpp preferences-skeleton.h sp-item.cpp display-settings.cpp
8399         splivarot.cpp sp-item-group.cpp sp-item-transform.cpp
8400         sp-item-notify-moveto.cpp nodepath.cpp node-context.cpp seltrans.cpp
8401         seltrans.h: Switched to global preservetransform, transform writing
8402         unification (no more manual transform= setting all over the place), stamp
8403         preserves parent, mental's new SPSelection API, pruning dead code
8405         * verbs.cpp interface.cpp: Eliminated Dialogs menu, added ... to dialog
8406         commands, rearrangements, menu items display tooltips in statusbar when
8407         selected
8409         * sp-item-group.cpp sp-item-group.h: Made document_done optional in ungroup
8410 (not
8411         done when the function is called from another function)
8413         * dialogs/display-settings.cpp enums.h preferences-skeleton.h sp-use.cpp
8414         sp-use.h: Clone move compensation (3 modes), settable in prefs
8416         * seltrans.cpp selection-chemistry.cpp: Do not translate a clone if its
8417 original
8418         is in the selection
8420         * verbs.cpp verbs.h interface.cpp shortcuts.cpp sp-use.cpp sp-use.h
8421         selection-chemistry.cpp selection-chemistry.h: Unlink Clone verb and menu
8422         command (preserves id=)
8424         * selection-chemistry.cpp selection-chemistry.h verbs.h verbs.cpp
8425 shortcuts.cpp
8426         interface.cpp: Select Original verb and command, scrolls to the original
8428         * selection-chemistry.cpp selection-chemistry.h verbs.cpp verbs.h
8429 interface.cpp:
8430         Clone command
8432         * sp-use.h sp-use.cpp: Use URIReference; Propagate update to parent class
8433         (SPItem) (fixes redraw on dragging a clone)
8435         * dropper-context.cpp dropper-context.h dialogs/display-settings.cpp:
8436         Implemented pick modes (pick either actual color with transparency or
8437 visible
8438         color without transparency); added statusbar indication; color is only set
8439 on
8440         mouse release
8442         * seltrans.cpp display/sodipodi-ctrlrect.cpp: Finally the correct selection
8443 cue
8444         rect (fixed displacement)
8446 2004-04-27  Carl Hetherington <inkscape@carlh.net>
8448         * src/desktop.cpp: Check for there being no items when zooming to
8449         the drawing.  This fixes bug #942137.
8451 2004-04-26  Carl Hetherington <inkscape@carlh.net>
8453         * config.h.mingw, prefix.h:
8454         INKSCAPE_VERSION moved to inkscape_version.h.
8455         INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to prefix.h
8457         * src/Makefile.mingw, src/inkscape_version.h.mingw
8458         Use CVS inkscape_version.h.mingw for inkscape_version.h on Win32.
8460         * src/sp-use.cpp: fix a warning.
8462 2004-04-26  Ted Gould  <ted@gould.cx>
8464         * share/extensions/ai_input.inkmod, share/extensions/dia.inkmod,
8465         share/extensions/txt2svg.inkmod, src/extension/extension.cpp,
8466         src/extension/internal/svg.cpp:
8468         Making the names of the input extensions look like the output ones.
8469         Also, threw in a slight memory savings in removing the implementation on
8470         deactivated extensions.
8472 2004-04-26  MenTaLguY  <mental@rydia.net>
8474         * src/selection.cpp: migrate to new glib idle API
8476         * src/extension/db.cpp: can't call ->deactivated() on a NULL pointer..
8478 2004-04-26  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8480         * configure.in: Replace use of old AM_PROG_LIBTOOL macro with
8481           AC_PROG_LIBTOOL.
8483 2004-04-26  Ted Gould  <ted@gould.cx>
8485         * share/extensions/epsi_output.inkmod:
8487         Added in a check for ps2epsi
8489         * src/dialogs/filedialog.cpp, src/extension/db.cpp, src/extension/db.h,
8490         src/extension/extension.cpp, src/extension/extension.h,
8491         src/extension/init.cpp, src/extension/system.cpp:
8493         Implementing a 'deactivated' extension.  This means that it should
8494         still exist, but show up as insensitive in any GUI element that could use
8495         it.  The idea here is that users should know what they don't have, but
8496         Inkscape supports.
8498 2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
8500         * src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
8501         from typedef _name name; to C++ style struct name; forward
8502         references.
8504 2004-04-25  Ted Gould  <ted@gould.cx>
8506         * share/extensions/ai_output.inkmod, share/extensions/dia.inkmod,
8507         share/extensions/dropshadow.inkmod, share/extensions/epsi_output.inkmod,
8508         share/extensions/roundhole.inkmod, share/extensions/svgz_input.inkmod,
8509         share/extensions/svgz_output.inkmod, share/extensions/txt2svg.inkmod,
8510         src/extension/implementation/script.cpp,
8511         src/extension/implementation/script.h:
8513         Adding in support for superior checking of dependencies.  Now scripts
8514         can include a line, which will look for a binary in the path.  So
8515         something like dia input will no be loaded if there isn't dia available in
8516         the path.
8518 2004-04-25  Carl Hetherington <inkscape@carlh.net>
8520         * src/verbs.cpp, src/rect-context.cpp, src/spiral-context.cpp,
8521         src/event-context.cpp, src/text-context.cpp,
8522         src/dialogs/stroke-style.cpp, src/xml-tree.cpp, src/widgets/sp-widget.cpp:
8523         SPSelection OO-ification.
8525         * src/display/curve.cpp: Don't raise a critical error if a new
8526         curve cannot be created in sp_curve_new_from_bpath().  This can
8527         happen if a file contains a strange path, like one with only a
8528         move in it and nothing else.  This is part of the fix for bug
8529         934882.
8531         * src/sp-path.cpp: cope with sp_curve_new_from_bpath() returning
8532         NULL in sp_path_set().  This is the other part of the fix for 934882.
8534         * src/path-chemistry.cpp, src/sp-offset.cpp, src/sp-ellipse.cpp,
8535         src/display/nr-arena-glyhs.cpp:
8536         added asserts for calls to sp_curve_new_from_bpath() which look
8537         like they might not expect it to return NULL.
8539         * src/desktop.h: add a comment about how SPDesktop::selection
8540         should never generally be NULL.
8542         * src/desktop-handles.cpp: ensure that sp_desktop_selection never
8543         returns NULL, so that we don't have to check for this eventuality
8544         elsewhere.
8546         * src/arc-context.cpp, src/seltrans.cpp, src/desktop.cpp: be less defensive
8547 about
8548         SPDesktop::selection being NULL.
8550         * src/path-chemistry.cpp, src/select-context.cpp,
8551         src/selection-chemistry.cpp, src/star-context.cpp,
8552         src/dialogs/align.cpp, src/dialogs/item-properties.cpp,
8553 src/dialogs/text-edit.cpp:
8554         SPSelection OO-ification.  Also some coding style and
8555         declaration-to-first-use cleanups.
8557         * src/toolbox.cpp: SPSelection OO-ification.  Various cleanups.
8559         * src/selection.h: remove deprecated access functions.
8561         * src/dialogs/fill-style.cpp: declaration-to-first-use cleanups.
8563         * src/selection.cpp: add vim and Emacs mode blocks.
8565         * src/object-ui.cpp: very minor coding style fix.
8567 2004-04-24  MenTaLguY <mental@rydia.net>
8569         * src/arc-context.cpp, src/dyna-draw-context.cpp, src/object-ui.cpp,
8570           src/path-chemistry.cpp, src/rect-context.cpp, src/select-context.cpp,
8571           src/select-toolbar.cpp, src/selection-chemistry.cpp, src/selection.h,
8572           src/spiral-context.cpp, src/star-context.cpp, src/text-context.cpp,
8573           src/verbs.cpp, src/dialogs/export.cpp, src/dialogs/fill-style.cpp,
8574           src/dialogs/in-dt-coordsys.cpp, src/dialogs/stroke-style.cpp,
8575           src/dialogs/transformation.cpp, src/dialogs/xml-tree.cpp:
8577           removed sp_selection_set_item(), sp_selection_set_repr(),
8578           sp_selection_is_empty(), sp_selection_item_selected(),
8579           and sp_selection_repr_selected()
8581 2004-04-24  Ted Gould  <ted@gould.cx>
8583         * share/extensions/ill2svg.pl:
8585         Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
8586         support for text in Illustrator files.  Also, I backed out the changes
8587         which removed being able to specify the line endings.  This will, by
8588         default, force them back to mac compatible.  Mac files didn't work with
8589         those changes.
8591 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8593         * configure.in: Tentatively remove config.h definitions of
8594           INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
8595           INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
8596           provided by prefix.h.
8597         * src/prefix.h: Define INKSCAPE_MARKERSDIR.
8599         * src/extension/extension.cpp (Extension):
8600         * src/extension/init.cpp (check_extensions):
8601           Address warning.
8603         * src/dialogs/stroke-style.cpp: #include prefix.h.
8605         * src/Makefile.am (EXTRA_DIST): Add */makefile.in.
8607         * src/libnr/Makefile_insert (libnr_libnr_a_SOURCES):
8608           Add libnr/nr-convex-hull.h, needed by sp-canvas.cpp.
8610 2004-04-24  Ted Gould  <ted@gould.cx>
8612         * src/Makefile_include, src/prefix.cpp:
8614         Removing the redefition of NULL and adding to the make system.
8616 2004-04-24  Ted Gould  <ted@gould.cx>
8618         * src/extension/db.cpp, src/extension/db.h, src/extension/extension.cpp,
8619         src/extension/extension.h, src/extension/init.cpp,
8620         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8621         src/extension/internal/ps-out.cpp, src/extension/internal/ps-out.h:
8623         Adding in more checks for individual extensions.  All of them
8624         should still pass though.  Also, moved the extension database from
8625         glib to STL.  This allows extensions to be deleted while using the
8626         foreach functions (which causes instability with the glib hash
8627         table).
8629 2004-04-24  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8631         * src/dialogs/Makefile_insert:
8632         * src/display/Makefile_insert:
8633         * src/xml/Makefile_insert:
8634           Get rid of unneeded CPPFLAGS specification.
8636         * src/Makefile.am:
8637         * src/Makefile_insert:
8638           New generated file inkscape_version.h, to replace
8639           -DINKSCAPE_VERSION=\"$(VERSION)\".
8640         * src/help.cpp: #include it.
8642 2004-04-23  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8644         * src/sp-polygon.cpp:
8645         * src/splivarot.cpp:
8646         * src/style.cpp:
8647         Change include stringstream.h to include svg/stringstream.h.
8649         * src/Makefile.am, src/Makefile_insert: Change libinkscape.a use
8650           to eliminate triple compilation of these object files.
8652         * src/Makefile.am: Use `subdir-objects' option.
8654         * src/Makefile.am: Add global INCLUDES setting.
8655         * src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
8656           from *_CPPFLAGS.
8658         * src/*/makefile.in: `%' as a target doesn't behave as intended,
8659         so replace with less general `clean %.a %.o' and add .SUFFIXES.
8661 2004-04-22  Ted Gould  <ted@gould.cx>
8663         * src/draw-context.cpp, src/dropper-context.cpp,
8664         src/dyna-draw-context.cpp, src/node-context.cpp, src/nodepath.cpp,
8665         src/sp-ellipse.cpp, src/sp-offset.cpp, src/sp-path.cpp,
8666         src/sp-polygon.cpp, src/sp-shape.cpp, src/splivarot.cpp, src/toolbox.cpp,
8667         src/display/curve.cpp, src/display/nr-arena-shape.cpp,
8668         src/extension/internal/gnome.cpp, src/extension/internal/ps.cpp,
8669         src/libnr/nr-path.cpp, src/libnr/nr-path.h,
8670         src/libnrtype/nr-rasterfont.cpp, src/libnrtype/nr-type-ft2.cpp,
8671         src/libnrtype/nr-type-gnome.cpp, src/libnrtype/nr-type-w32.cpp,
8672         src/libnrtype/nr-typeface.cpp, src/livarot/PathCutting.cpp,
8673         src/svg/gnome-canvas-bpath-util.cpp, src/svg/svg-path.cpp:
8675         Changing the ART_ enums to NR_ so that if libart is include (like if
8676         you are building gnome-print) it doesn't conflict with the internal
8677         definitions.
8679         * share/extensions/svgz_output.inkmod, src/extension/extension.cpp,
8680         src/extension/init.cpp, src/extension/implementation/script.cpp:
8682         Adding in a little more checking code.  Now extensions can start
8683         deleting themseleves if they fail certain tests.  More tests are
8684         needed, along with more testing of this feature.  Consider this
8685         an 'early release' of the feature. ;)
8687 2004-04-22  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8689         * src/Makefile.am: Make non-recursive.  Now sources */Makefile_insert.
8690           See HACKING or discussion on mailing list.
8691         * autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
8692         * configure.in: Don't generate src/blah/Makefile, but do generate
8693           src/blah/makefile.
8694         * src/*/Makefile.am: Remove.
8695         * src/*/makefile.in: New wrapper makefiles to allow typing `make' from
8696           subdirectories of src.  (Not used by compiles started from top-level
8697           or from src/.)
8699 2004-04-21  MenTaLguY <mental@rydia.net>
8701         * src/libnrtype/nr-type-w32.h: fixed unremoved underscores
8703         * src/select-context.cpp, src/selection.cpp, src/selection.h,
8704           src/seltrans.cpp, src/tools-switch.cpp, src/dialogs/align.cpp:
8705           remove improper twiddling of desktop message line from SPSelection;
8706           some additional work is now required in SPSelectContext to update
8707           the message properly in all cases.
8709         * src/selection.h, src/selection.cpp: touched up and documented
8710           SPSelection
8712         * src/uri-references.h: documentation touch-ups
8714 2004-04-20  Kees Cook <kees@outflux.net>
8716         * src/file.cpp, src/desktop.cpp: moved sp_file_open unselection code into
8717           sp_desktop_change_document.  Generalized Carl's fix for unref counting
8718           since it applies in both cases.  (My bad!)
8720 2004-04-20  MenTaLguY <mental@rydia.net>
8722         * src/text-context.cpp: merged Carl's fix for signal cleanup
8724         * src/selection.h: marked wrappers for old API as deprecated
8726 2004-04-20  Carl Hetherington <inkscape@carlh.net>
8728         * src/extension/internal/ps.cpp, src/extension/internal/ps.h:
8729         Fixed some bugs in exporting images that seem to have been
8730         introduced when the code was copied from the gimp.  They caused
8731         problems when exporting bitmap images to PS.
8733         * src/file.cpp: fix bug whereby the first file loaded in a session
8734         would not have its modified status checked when closed.  Hence if
8735         you modified the first file you loaded and then closed it, you
8736         would not be asked to confirm the close.
8738         * src/preferences-skeleton.h: add \n to the end of each line to
8739         fix bug 938368.
8741 2004-04-19  MenTaLguY <mental@rydia.net>
8743         * src/arc-context.cpp, src/desktop-handles.h, src/desktop.h,
8744           src/draw-context.cpp, src/draw-context.h, src/forward.h,
8745           src/inkscape-private.h, src/inkscape.cpp, src/node-context.cpp,
8746           src/node-context.h, src/rect-context.cpp, src/selection-chemistry.cpp,
8747           src/selection-chemistry.h, src/selection.cpp, src/selection.h,
8748           src/seltrans.h, src/spiral-context.cpp, src/star-context.cpp,
8749           src/star-context.h, src/text-context.cpp, src/dialogs/xml-tree.cpp,
8750           src/widgets/sp-widget.h:
8752           finished GObject removal from SPSelection
8754         * src/arc-context.h, src/arc-context.cpp, src/desktop.cpp, src/desktop.h,
8755           src/draw-context.cpp, src/draw-context.h, src/node-context.cpp,
8756           src/node-context.h, src/rect-context.cpp, src/rect-context.h,
8757           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/seltrans.h,
8758           src/spiral-context.cpp, src/spiral-context.h, src/text-context.cpp,
8759           src/text-context.h, src/toolbox.cpp:
8761           migrated SPSelection to SigC++ signals (though it's a bit messy
8762           right now)
8764 2004-04-19  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
8766         * src/dialogs/stroke-style.cpp: Cleanups: greater conformance to
8767         CodingStyle.  Moved some declarations to their first use.
8769 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8771         * src/dialogs/stroke-style.cpp, libnr/nr-rect-l.cpp:
8772         Fix a couple of compiler warnings.
8774         * src/dialogs/filedialog-win32.cpp: add OFN_NOCHANGEDIR to Win32
8775         flags in OPENFILENAME structs.  This prevents the open / save
8776         boxes from changing the current directory.  Any change to the
8777         current directory causes problems for subsequent attempts to
8778         load icons from pixmaps.  Also, fix a bug whereby the save
8779         dialogue would sometimes not open due to being passed a filename
8780         it didn't like.
8782 2004-04-19  bulia byak <bulia@users.sourceforge.net>
8784         * shortcuts.cpp selection-chemistry.cpp selection-chemistry.h verbs.cpp
8785 verbs.h
8786         interface.cpp: Clone command (Edit menu, Shift+Ctrl+N)
8788         * sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
8790         * sp-polygon.cpp: Fix for points= updating by adding set_shape call into
8791 _write
8792         (bug 910142)
8794         * text-context.cpp: Do not create text object unless a printable key was
8795         pressed; fixes 934280
8797         * widgets/dash-selector.cpp dialogs/stroke-style.cpp: Removed marker
8798 buttons,
8799         fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
8800         spinbutton
8802         * splivarot.cpp: Outline handles multiple objects; All commands use correct
8803         stroke_miterlimit
8805         * splivarot.cpp sp-offset.cpp: Fix for 932642
8807         * helper/sodipodi-ctrlrect.cpp: Simplify and fix dashes and offsets
8809         * widgets/gradient-selector.cpp: Tooltip edits
8811         * verbs.cpp verbs.h interface.cpp...: Remove tool options
8813         * seltrans.cpp: Pivot marker made inverse
8815         * toolbox.cpp: More defocusing
8817         * *-context.cpp: Eliminated config widgets from all tools
8819         * toolbox.cpp sp-ellipse.cpp: Ellipse fixes, tooltips
8821         * verbs.cpp: Options -> Preferences
8823         * dialogs/display-settings.cpp: An options dialog, completely new; selector
8824         widget grafted here
8826         * preferences-skeleton.h node-context.cpp select-context.cpp: scaling uses
8827         defaultscale
8829         * dialogs/display-settings.cpp display/nr-arena-image.cpp: Make oversample
8830         saveable
8832         * toolbox.cpp: Aux toolbar for calligraphic
8834         * preferences-skeleton.h: fill-opacity:1 for calligraphic
8836         * select-context.cpp seltrans.cpp seltrans.cpp: Patch to enable box and none
8837         options for per-object selection cue
8839         * main.cpp: Removed C-locale setting, not needed anymore; temporary switch
8840 of
8841         gettext encoding for console output
8843         * inkscape.cpp: Memory fix from sodi
8845         * right-click finishes pen (patch by Carl)  draw-context.cpp
8847 2004-04-19  Carl Hetherington <inkscape@carlh.net>
8849         * src/livarot/ShapeRaster.cpp
8850         Fix an unitialised value error that was spotted by valgrind.
8852 2004-04-18  MenTaLguY <mental@rydia.net>
8854         * src/selection.cpp, src/selection.h, src/selection-chemistry.cpp,
8855           src/seltrans.cpp, src/nodepath.cpp:
8856           made all SPSelection members private, and changed all methods into
8857           real C++ methods (with temporary inline wrappers for the old C
8858           pseudo-methods)
8860 2004-04-18  Carl Hetherington <inkscape@carlh.net>
8862         * src/print.cpp, src/print.h, src/sp-text.cpp
8863         src/extension/extension.cpp src/extension/extension.h,
8864         src/extension/implementation/implementation.cpp,
8865         src/extension/implementation/implementation.h,
8866         src/extension/internal/eps-out.cpp, src/extension/internal/eps-out.h,
8867         src/extension/internal/ps.cpp, src/extension/internal/ps.h,
8868         Add very basic feature to allow PS text to be exported as real
8869         text, rather than being converted to paths first.  Needs some
8870         work, mostly on font handling.
8872         * src/seltrans.cpp: Slightly improve placement of the bounding
8873         box selection cue.
8875         * src/sp-shape.cpp: various marker-related cleanups, mostly factoring out
8876         common code into functions.
8878 2004-04-17  MenTaLguY <mental@rydia.net>
8879         * src/inkscape.cpp, src/node-context.cpp, src/selection-chemistry.cpp,
8880           src/selection.cpp, src/selection.h, src/seltrans.cpp, src/sp-gradient.cpp,
8881           src/sp-item.cpp, src/sp-offset.cpp, src/dialogs/transformation.cpp,
8882           src/libnr/nr-rect.cpp, src/libnr/nr-rect.h:
8883           Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
8885         * src/display/sp-canvas.cpp, src/libnr/nr-convex-hull.h,
8886           src/libnr/nr-rect.h:
8888           First use of NR::ConvexHull (for propagating canvas bounding boxes)
8890 2004-04-17  Kees Cook <kees@outflux.net>
8892         * share/icons/icons.svg, src/verbs.cpp: made last three ugly menu icons.
8894 2004-04-17  Nathan Hurst <njh@mail.csse.monash.edu.au>
8896         * configure.in src/draw-context.cpp src/dropper-context.cpp
8897         src/dyna-draw-context.cpp src/nodepath.cpp src/nodepath.h
8898         src/path-chemistry.cpp src/sp-chars.cpp src/sp-ellipse.cpp
8899         src/sp-offset.cpp src/sp-path.cpp src/sp-polygon.cpp
8900         src/sp-shape.cpp src/sp-text.cpp src/splivarot.cpp src/style.cpp
8901         src/style.h src/dialogs/fill-style.cpp
8902         src/dialogs/object-properties.cpp src/dialogs/stroke-style.cpp
8903         src/display/canvas-bpath.cpp src/display/canvas-bpath.h
8904         src/display/canvas-grid.h src/display/curve.cpp
8905         src/display/curve.h src/display/nr-arena-glyphs.cpp
8906         src/display/nr-arena-glyphs.h src/display/nr-arena-shape.cpp
8907         src/display/sodipodi-ctrl.cpp src/display/sodipodi-ctrl.h
8908         src/display/sodipodi-ctrlrect.h src/display/sp-canvas-util.cpp
8909         src/display/sp-canvas-util.h src/display/sp-canvas.cpp
8910         src/display/sp-canvas.h src/display/sp-ctrlline.cpp
8911         src/extension/internal/ps.cpp src/extension/internal/ps.h
8912         src/libnr/Makefile.am src/libnr/libnr.def src/libnr/nr-path.cpp
8913         src/libnr/nr-path.h src/libnr/nr-svp-private.h
8914         src/libnr/nr-svp-render.cpp src/libnr/nr-svp-render.h
8915         src/libnr/nr-svp.cpp src/libnr/nr-svp.h
8916         src/libnrtype/nr-rasterfont.cpp src/libnrtype/nr-type-ft2.cpp
8917         src/libnrtype/nr-type-gnome.cpp src/libnrtype/nr-type-w32.cpp
8918         src/libnrtype/nr-typeface.cpp src/livarot/PathCutting.cpp
8919         src/svg/gnome-canvas-bpath-util.cpp
8920         src/svg/gnome-canvas-bpath-util.h src/svg/svg-path.cpp
8921         src/svg/svg.h: removed libart.
8923         * src/libnr/nr-svp-uncross.cpp src/libnr/nr-svp-uncross.h: deleted
8924         uncross and SVL routines.
8927 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8929         * src/make.exclude, src/make.dep, src/make.files, src/make.ofiles:
8930         Various fixes to the Win32 build following rearrangement of some
8931         source files and cleanups to libnr.
8933         * src/sp-text.cpp: remove an unused variable.
8935         * src/display/sodipodi-ctrlrect.cpp: removed two unused variables.
8937 2004-04-16  MenTaLguY <mental@rydia.net>
8939         * src/selection.cpp, src/selection.h, src/forward.h: initial
8940           C++ification of SPSelection class
8942 2004-04-15  Kees Cook <kees@outflux.net>
8944         * debian/control, debian/changes: dropping (currently) unused
8945           dependancies.  Added "0.39cvs" tag.
8947 2004-04-15  Carl Hetherington <inkscape@carlh.net>
8949         * src/seltrans.cpp, src/helper/sodipodi-ctrlrect.cpp,
8950         src/helper/sodipodi-ctrlrect.h:
8951           Use black, dashed bounding boxes for indicating itemselection,
8952           rather than red, solid boxes (as suggested by Bulia).
8954         * src/desktop.cpp:
8955         Small fix for the problem whereby the first file loaded in an
8956         Inkscape session will not have its grid set up properly.  This was
8957         my patch #935013.
8959         * src/dialogs/filedialog-win32.cpp:
8960         Use the extension system to build the list of allowable file types
8961         for save.  This means that save as PS and EPS work properly.
8963         * src/streams-zlib.cpp, src/livarot/PathConversion.cpp,
8964         src/livarot/PathCutting.cpp, src/livarot/PathSimplify.cpp,
8965         src/livarot/PathStroke.cpp, src/livarot/Shape.cpp,
8966         src/livarot/ShapeMisc.cpp, src/display/nr-arena-glyphs.cpp,
8967         src/helper/sodipodi-ctrlrect.cpp, src/helper/sp-canvas.cpp,
8968         src/extension/internal/win32.cpp:
8969         Fix compiler warnings, mostly about unused variables.
8971         * src/helper/sp-canvas-util.cpp:
8972         Fix what I and someone else considered to be an obvious typo.  The
8973         function in question isn't used, however, so it's a bit difficult
8974         to test.
8976         * src/libnrtype/nr-rasterfont.cpp:
8977         Fix a warning wrt a cast from NR::Matrix to NRMatrix.
8979         * src/sp-shape.cpp:
8980         Fix bug #935758.
8983 2004-04-14  Ted Gould <ted@gould.cx>
8985         * src/file.cpp, dialogs/filedialog.cpp:
8986         Making it so that the filename will get placed in the save as dialog
8987         if there is a name for the file.  Otherwise the last save directory
8988         is used (properly now)
8990 2004-04-15  MenTaLguY <mental@rydia.net>
8992         * most files in src/: removed many old "compatable" struct typedefs
8994         * src/libarikkei/arikkei-dict.cpp, src/libarikkei/arikkei-dict.h:
8995           removed unused arikkei files
8997         * configure.in: added gtkmm dependency
8999 2004-04-14  Kees Cook <kees@outflux.net>
9001         * src/helper/unit-menu.cpp: Turns out I found a 2nd bug while
9002           investigating patch 934358.  I've applied this patch again, which gives
9003           us the entire fix.
9004         * src/draw-context.cpp: Investigated patch 934351 from cth103.  Applied a
9005           slight variation to conform to the function calling styles of that code.
9006         * configure.in: Implemented gcc version test for >= 3.0.0
9007         * src/file.cpp, src/interface.cpp, share/icons/icons.svg, src/verbs.cbb:
9008           finished "File / Revert" implementation.  Found a memory leak in
9009           "file_save".  Added more sanity checking to "sp_file_revert" and more
9010           status messages.
9011         * src/main.cpp, src/file.h, src/file.cpp: removed redundant code,
9012 implemented
9013           in "sp_file_open".
9015 2004-04-13  Kees Cook <kees@outflux.net>
9017         * tools-version.sh: added a possible fix for BSDish tools.
9018         * configure.in, share/patterns/Makefile.am: inkscape janitor strikes
9019           again!  This is a quick cleanup to Ted's new directories.  Looks
9020           like "patterns" got left out.
9021         * share/clipart/.cvsignore, share/templates/.cvsignore,
9022           share/examples/.cvsignore, share/fonts/.cvsignore,
9023           share/gradients/.cvsignore, share/keyboards/.cvsignore,
9024           share/palettes/.cvsignore, share/patterns/.cvsignore:
9025           Added Makefile build-cruft to .cvsignores.
9026         * src/helper/unit-menu.cpp: applied a variation to patch 934358 from cth103
9027           to fix grid unit changing bug.
9028         * configure.in: fixed capitalization of "libpng" to avoid confusion.
9029         * src/sp-namedview.cpp, src/document.cpp, src/document.h, src/file.cpp,
9030           src/file.h, src/document-undo.cpp, src/interface.cpp, src/verbs.cpp,
9031           src/verbs.h:
9032           Newly opened files will only create new windows if the current document
9033           is untouched.  (RFE#928517)
9034           Added support for future "File/Revert" handling.  Needs
9035           a little more support in the SPDocument structure.  See notes in
9036           "src/file.cpp", function "sp_file_revert_dialog".
9038 2004-04-13  Ted Gould <ted@gould.cx>
9040         * configure.in, share/Makefile.am, share/clipart/Makefile.am,
9041           share/examples/Makefile.am, share/fonts/Makefile.am
9042           share/gradients/Makefile.am, share/keyboards/Makefile.am
9043           share/markers/Makefile.am, share/palettes/Makefile.am
9044           share/screens/Makefile.am, share/templates/Makefile.am:
9045         Making it so that the clipart and everything else gets put in
9046         the tarball, and also get installed in the share directory.  Many
9047         of these have just 'README' files, but they now have good place-
9048         holders for further development.
9050 2004-04-12  Kees Cook <kees@outflux.net>
9052         * src/dialogs/stroke-style.cpp, src/Makefile.am, src/dialogs/Makefile.am,
9053           src/widgets/Makefile.am, configure.in: fixed up INKSCAPE_*DIR paths so CVS
9054           will compile happily for me.  This way if paths change, files will be
9055           recompiled.  The old way would let configure run again (changing the
9056           datadir path) without forcing a recompile, which could break the
9057           compiled paths.
9059 2004-04-13  John Cliff <simarilius@yahoo.com>
9060         * src/sp-shape.cpp, src/dialogs/stroke-style.cpp:
9061         Couple of changes to marker related code, mid and end markers now point in
9062 correct
9063         direction, turning off start markers behaves correctly.
9064         This follows on from changes made by me and Carl Hetherington that were
9065 commited
9066         yesterday to
9067         src/inkscape-stock.cpp, src/sp-item.cpp, src/sp-marker.cpp,
9068 src/sp-shape.cpp,
9069         src/style.cpp, src/style.h, src/dialogs/stroke-style.cpp
9070         to implement marker UI and fixes to the marker rendering code.
9072 2004-04-11  Ted Gould <ted@gould.cx>
9074         * src/extension/system.cpp, src/extension/internal/eps-out.cpp
9075           src/extension/internal/eps-out.h:
9076         First pass at a file save dialog with EPS output.  The dialog
9077         sets the bounding box in the file.  Comments encouraged.
9079 2004-04-11  Ted Gould <ted@gould.cx>
9081         * src/file.cpp, src/main.cpp, src/print.cpp, src/extension/init.cpp,
9082           src/extension/init.h, src/extension/system.cpp, src/extension/system.h,
9083           src/extension/implementation/script.cpp,
9084 src/extension/internal/eps-out.cpp,
9085           src/extension/internal/gnome.cpp, src/extension/internal/ps-out.cpp,
9086           src/extension/internal/ps.cpp, src/extension/internal/svg.cpp,
9087           src/extension/internal/win32.cpp:
9088         Change alot of files, but small changes.  Basically just took
9089         system.cpp and init.cpp and finally ported them to the Inkscape::
9090         Extension namespace.  Cleaned up the code in them a bunch, it is
9091         much easier to read now!  All the other files are just referencing
9092         these changes.
9094 2004-04-11  Kees Cook <kees@outflux.net>
9096         * src/verbs.h, src/verbs.cpp, src/interface.cpp, src/interface.h: replaced
9097           the rest of the missing menu verbs: "View New", "Cleanup".  Created
9098           generic function to add icons to a given menu item (for submenu icons
9099           mostly).
9100         * share/icons/icons.svg: added "selection_cleanup", "selection_deselect",
9101           "selection_select_all".  Corrected "view_new" and "selection_smooth",
9102           "dialog_toggle", "dialog_tool_options", "file_open_recent".
9103         * src/selection-chemistry.cpp, src/selection-chemistry.h: renamed
9104           "selection_cleanup" function.
9106 2004-04-11  Jon Phillip <jon@rejon.org>
9108         * Makefile.mingw share/Makefile.am src/Makefile.am
9109           share/markers/Makefile.am share/markers/.cvsignore config.h.mingw
9110           configure.in:
9111           Added the proper infrastructure to get files to the right location for
9112           markers.
9114         * share/tutorials/tipsandtricks.svg: Deleted the URL trick because it no
9115           longer works or something.
9117 2004-04-11  Kees Cook <kees@outflux.net>
9119         * src/verbs.h, src/verbs.cpp: added verbs for the Help and Tutorials menus.
9120         * src/interface.cpp: replaced contents of sp_ui_menu_help to use new verbs.
9121         * src/help.h, src/help.cpp: replaced sp_help_keys with more generic
9122           sp_help_open_screen, similar to sp_help_open_tutorial.
9123         * share/icons/icons.svg: created really ugly "help_tutorials" and
9124           "help_keys" icons.  The "help_keys" one needs the most help.  :)
9126 2004-04-09  Ted Gould <ted@gould.cx>
9128         * share/extensions/Makefile.am, share/extensions/epsi_output.inkmod,
9129           share/extensions/ps2epsi.sh, src/extension/extension.cpp,
9130           src/extension/extension.h, src/extension/init.cpp,
9131           src/extension/implementation/implementation.cpp,
9132           src/extension/implementation/implementation.h,
9133           src/extension/implementation/script.cpp,
9134           src/extension/implementation/script.h,
9135           src/extension/internal/Makefile.am, src/extension/internal/eps-out.cpp,
9136           src/extension/internal/eps-out.h, src/extension/internal/ps.cpp:
9138           Okay, these are some changes that I've had in my directory for
9139           a little while.
9141           1) adding the basics of checking extensions.  This will allow
9142              them to remove themselves based on their dependencies failing.
9144           2) Adding the concepts of a 'helper extension' to scripts.  This
9145              allows them to use other extensions for handling the data, so
9146              they don't have to deal with SVG directly - Inkscape will
9147              build the pipeline.  An example of this is the epsi output.
9149           3) Adding the bounding box change provided by Carl Hetherington
9150              to the Postscript output.  The EPS output plugin sets this, so
9151              now EPSes have smaller bounding boxes.  A GUI needs to be
9152              written for this setting.
9154 2004-04-08  MenTaLguY <mental@rydia.net>
9156         * configure.in, src/svg/ftos.cpp: fix for OS X build
9158         * src/extensions/internal.ps.cpp: crash fix
9160 2004-04-07  MenTaLguY <mental@rydia.net>
9162         * src/xml/repr.cpp: adjusted the advertising comment in the default
9163           document template (we need a real default document template, btw)
9165         * src/svg/ftos.cpp, src/svg/itos.cpp, src/svg/round.cpp,
9166           src/svg/ftos.h, src/svg/stringstream.h: incorporated Bryce's number
9167           serializing code (disabled for now, due to the impending release)
9169         * src/dialogs/stroke-style.cpp, src/dialogs/sp-shape.cpp:
9170           nuked unused variables
9172 2004-04-07  bulia byak <bulia@users.sourceforge.net>
9174         * icons.svg: Alignment fix
9176         * src/select-toolbar.cpp: Swapped rotate buttons
9178         * share/tutorials/: Cleanup, added Russian translation of basic
9180         * extension/extension.cpp extension/system.cpp extension/internal/ps.cpp
9181         extension/implementation/script/cpp: Fixes to make non-ascii filenames work
9182 again
9184         * src/verbs.cpp: Remove xpm icon that causes trouble on win32
9186         * share/examples/: new gradient.svg, tiger.svgz, cleanup
9188         * src/widgets/gradient-vector.cpp: Crash fix: loading new gradient into the
9189         editor does not completely reset it
9191         * share/icons/icons.svg: New dialog icons, draw tool icons, changed colors
9193         * src/dialogs/align.cpp src/helper/bezier-utils.cpp: remove pjrm's debug
9194 output
9196         * share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
9197         paths in ellipses (leftovers from old versions). Expanded & updated tips &
9198 tricks.
9200         * file.cpp: Set uri on save in one place; save 'offcially' from here only
9202         * system.cpp system.h: Remove redundant uri-setting on open and save, add
9203         official arg to sp_module_system_save to prevent docname/docbase changing on
9204         temporary saves
9206         * many files: _() fixes, edits in labels, messages, tooltips, mnemonics
9208         * src/inkscape.cpp: remove redundancy in error messages for failing to load
9209 prefs
9211         * share/extensions src/extension/internal: Renaming file formats to include
9212 (*.ext)
9214         * src/interface.cpp src/dialogs/filedialog.cpp: Transientize, make modal
9215         open/save dialogs, ditto for warning overwrite and make it unresizeable
9217         * src/dialogs/xml-tree.cpp: Do not deselect item on canvas when a
9218 non-selectable
9219         thing is highlighted in xml editor
9221         * src/sp-guide.cpp: Guide position updated after undo
9223         * src/widgets/sp-xmlview-attr-list.cpp: Max length of viewable attributes
9224         increased
9226         * many files: Adib's svgostringstream patches to remove printfs
9228         * src/selection-chemistry.cpp: Crash fix when pasting style to an object
9229 that
9230         has none (e.g. group)
9232         * src/knot.cpp: Knot dragging autoscrolls
9234         * src/sp-text.cpp src/text-context.cpp: Cursor movements autoscroll
9236         * src/desktop.h src/desktop.cpp: autoscrollspeed can be overridden in call
9237 to
9238         sp_desktop_scroll_to_point
9240         * src/text-context.cpp src/sp-text.cpp: Text cursor made inverse. Initial
9241 cursor
9242         after click is no longer horizontal.
9244         * src/helper/sp-ctrlline.cpp: Always-visible inversion for ctrlline
9246         * src/libnrtype/nr-type-w32.cpp: Fix stretch and variant on win32
9248         * src/widgets/gradient-vector.cpp: Undo fix; new stop takes average of its
9249         neighbors' colors; is between stops even when the last stop is selected
9251 2004-04-06  Ted Gould <ted@gould.cx>
9253         * src/file.cpp, src/dialogs/filedialog.cpp, src/extension/extension.cpp,
9254         src/extension/system.cpp:
9255         Moving code around so that the filename extension gets put on by
9256         the extension that is saving the file.  This adds a couple complications
9257         in that the extension now needs to check for overwriting the file
9258         and also set the document URI.  Better overall, but a PITA.
9260 2004-04-05  njh <njh@mail.csse.monash.edu.au>
9262         * debian/rules,debian/control: applied patch from Kees Cook to remove
9263         obsolete libraries, and to tidy things up a tad.
9265 2004-04-04  Ted Gould <ted@gould.cx>
9267         * src/main.cpp, src/extension/extension.cpp, src/extension/system.cpp:
9268         Now the input autodetect will try the SVG filter if the autodetect
9269         fails.  This was done by the command line, but now it is done
9270         everywhere.
9272 2004-04-04  MenTaLguY <mental@rydia.net>
9274         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr.h:
9275         Take the full list of document node children from libxml, and
9276         append them in the correct order.  This fixes bug #929348.
9278         * src/xml/repr-io.cpp, src/xml/repr.cpp, src/xml/repr-private.h:
9279         Added API for coping with comments at the root level (i.e. siblings
9280         of the root XML node), and made corresponding changes to the repr-io
9281         code.  In theory this should be enough to preserve them upon loading,
9282         though in practice it still doesn't appear to be working (bug #929348).
9283         Is there some libxml thing we need to do?
9285 2004-04-04  Ted Gould <ted@gould.cx>
9287         * a bunch of files
9288         Sorry, I seem to be in some delay getting e-mail.  Anyway, a few
9289         files were changed to add in a new parameter 'dataloss'  Basically
9290         this signifies that a format was used to save that may not save
9291         the whole document and thus, a pop-up is elevated on close to signal
9292         that you might want to 'really save' this document.
9294 2004-04-03  Ted Gould <ted@gould.cx>
9296         * share/extensions/svgz_input.inkmod, src/file.cpp,
9297           src/extension/extension.cpp, src/extension/internal/svg.cpp:
9298         Making it so that input extensions can specify the output extension
9299         that gets used to save them.  If this field isn't filled in, the value
9300         gets set to NULL, and then the Save As dialog is used instead of
9301         just trying to save.
9303 2004-04-03  Ted Gould <ted@gould.cx>
9305         * src/file.cpp, src/main.cpp, src/extension/extension.cpp,
9306           src/extension/extension.h, src/extension/system.cpp,
9307           src/extension/internal/svg.cpp:
9308         Fixing the output_extension flag to not be saved in a file, but also
9309         to be able to be specified by the input module.  Also, this fixes
9310         the commandline processing of files to make them use the extension
9311         system.
9313 2004-04-02  Ted Gould <ted@gould.cx>
9315         * src/file.cpp, src/extension/db.cpp, src/extension/internal/svg.cpp:
9316         Changing it so that SVG documents open and default to with
9317         extension namespace.  Also, autodetect is reenabled.
9319 2004-04-03  Peter Moulder <pmoulder@mail.csse.monash.edu.au>
9321         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Fix my
9322         previous commit.
9324 2004-04-02  Ted Gould <ted@gould.cx>
9326         * share/extensions/svgz_output.inkmod, src/main.cpp, src/print.cpp,
9327           src/extension/init.cpp, src/extension/implementation/script.cpp,
9328           src/extension/implementation/script.h,
9329           src/extension/internal/Makefile.am, src/extension/internal/ps-out.cpp,
9330           src/extension/internal/ps-out.h, src/extension/internal/ps.cpp:
9331         Fixing the commandline printing.  This required fixing both the
9332         print driver to handle the newer extensions stuff.  It seems
9333         happy now.  I went ahead and implemented save as postscript
9334         while I was at it.
9336 2004-04-02  Peter Moulder  <pmoulder@mail.csse.monash.edu.au>
9338         * src/helper/bezier-utils.cpp (NewtonRaphsonRootFind): Ensure that the
9339         "improved" value is never worse than the previous guess.
9341         * src/helper/bezier-utils.cpp:
9342         Greater CodingStyle conformance, mainly whitespace changes.
9344         * src/helper/bezier-utils.cpp (sp_bezier_fit_cubic_full):
9345         Always reparameterize between generate_bezier and calc_max_error.
9346         Switch from discouraged alloca (see man page) to g_new, at cost of
9347         some extra g_free calls in the code.
9348         (reparameterize): Do in-place modification.
9350         * src/helper/bezier-utils-test.cpp:
9351         Add tests for generate_bezier, sp_bezier_fit_cubic_full.
9352         Change to a simpler test bezier.
9354         * src/helper/bezier-utils.cpp (sp_darray_left_tangent,
9355         sp_darray_right_tangent):
9356         Switch to using just the two end points for calculating the gradient.
9357         (The old code could sometimes cause g_warning's.)
9358         Correct the documentation of requirements.
9359         (sp_darray_center_tangent): Similarly remove the #if'ed out code for
9360         looking at more than two points.
9362 See doc/Changelog_archive.txt for older entries
9364 # Local Variables:
9365 # tab-width:8
9366 # indent-tabs-mode:t
9367 # End:
9368 # vim: tabstop=4:noexpandtab:shiftwidth=4