71N/A2006-05-11 Michael Wybrow <mjwybrow@users.sourceforge.net>
71N/A Add a preferences setting to the connector tool for setting
71N/A whether or not connectors attach to text objects. This
71N/A addresses feature request #1434292.
71N/A2006-05-09 Carl Hetherington <inkscape@carlh.net>
71N/A link between grid visibility and grid snap.
71N/A2006-05-08 Michael Wybrow <mjwybrow@users.sourceforge.net>
71N/A containing connectors if they were loaded from the file chooser
71N/A or from the recent file list. Fixes bug #1458820.
71N/A2006-05-08 MenTaLguY <mental@rydia.net>
71N/A always make local copy of path data so that we have control over memory
71N/A2006-05-08 MenTaLguY <mental@rydia.net>
1258N/A get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve
71N/A2006-05-08 MenTaLguY <mental@rydia.net>
71N/A eliminate direct accesses to SPCurve::bpath
71N/A2006-05-08 MenTaLguY <mental@rydia.net>
71N/A use std::vector rather than dynamically-sized automatic arrays,
71N/A plus cleanups and minor fixes, and dead code removal
2006-05-08 MenTaLguY <mental@rydia.net>
use c++filt for symbol demangling if available
2006-05-08 MenTaLguY <mental@rydia.net>
comments explaining namespace mapping for the broken sodipodi namespace
2006-05-08 Carl Hetherington <inkscape@carlh.net>
when there is no snap. More snapping cleanups.
2006-05-07 Michael Wybrow <mjwybrow@users.sourceforge.net>
Fix glib-gobject-warnings for knots in the connector tool.
2006-05-07 Jon A. Cruz <jon@joncruz.org>
Corrected two bugs, with the minor one hiding the more severe.
2006-05-06 MenTaLguY <mental@rydia.net>
add fixup for incorrect sodipodi namespace
2006-05-06 MenTaLguY <mental@rydia.net>
get the CORRECT sodipodi namespace in there
2006-05-06 MenTaLguY <mental@rydia.net>
fix for #1483198 ("infectious namespaces")
2006-05-01 Jon A. Cruz <jon@joncruz.org>
Fixed problem with std::map use making last verb inaccessible.
2006-05-05 Carl Hetherington <inkscape@carlh.net>
snapping fixes and cleanups.
06-05-04 Carl Hetherington <inkscape@carlh.net>
2006-05-03 Michael Wybrow <mjwybrow@users.sourceforge.net>
*
po/pt_BR.po: Fix some "Unmatched closing </b>" warnings.
2006-05-03 Carl Hetherington <inkscape@carlh.net>
SnapManager instance and use it for all management of snapping
2006-05-01 Jon A. Cruz <jon@joncruz.org>
Replaced four more tests with CxxTest versions.
2006-05-01 MenTaLguY <mental@rydia.net>
use GC allocator for bitmap cache and transform
2006-05-01 Marco Scholten <mscholtn@xs4all.nl>
display of angles' from 'windows' to 'steps'.
2006-04-30 MenTaLguY <mental@rydia.net>
log finalization of NRObjects
2006-04-29 Jon Phillips <jon@rejon.org>
resizable so that one can see the licenses and enter long entries.
2006-04-29 MenTaLguY <mental@rydia.net>
rationalize function names and remove spurious soft_ptr
2006-04-29 MenTaLguY <mental@rydia.net>
use proper unref function on SPRoot to avoid appearance of leak
2006-04-29 MenTaLguY <mental@rydia.net>
switch everyone to simpler debug event API
2006-04-29 MenTaLguY <mental@rydia.net>
2006-04-29 MenTaLguY <mental@rydia.net>
2006-04-29 MenTaLguY <mental@rydia.net>
2006-04-29 MenTaLguY <mental@rydia.net>
finish interrupted refactoring of log filter configuration
2006-04-29 MenTaLguY <mental@rydia.net>
some developer documentation about refcounting
2006-04-29 MenTaLguY <mental@rydia.net>
Wait a minute -- UI::View::View and SPDocument are both managed
by the collector -- the view doesn't need to ref the document!
2006-04-29 MenTaLguY <mental@rydia.net>
2006-04-29 MenTaLguY <mental@rydia.net>
added refcount logging to GC::Anchored
2006-04-28 MenTaLguY <mental@rydia.net>
by including the relevent class name
2006-04-28 Jon A. Cruz <jon@joncruz.org>
Replaced two tests with CxxTest versions.
2006-04-28 Jon A. Cruz <jon@joncruz.org>
Adding unit test for verbs.
2006-04-27 verbalshadow <verbalshadow@gmail.com>
Support for Linux & Win32. Mac support waiting final support
2006-04-26 Jon A. Cruz <jon@joncruz.org>
Adding multiple test output formats.
2006-04-23 verbalshadow <verbalshadow@gmail.com>
2006-04-23 verbalshadow <verbalshadow@gmail.com>
to make it easier to find
2006-04-20 MenTaLguY <mental@rydia.net>
2006-04-19 Andrius R. <knutux@gmail.com>
Rendering optimisation, which gives best results for zoomed in drawings
with complex (multi-node) paths. Optimisation focus - eliminating cubicTo
and LineTo nodes outside of visible area, so no unneeded calculations is
needed and less memory is consumed (this avoids crashes which were
occurring previously if zooming into a complex drawing)
2006-04-18 njh <njh@njhurst.com>
Added the measure extension that marks lengths onto paths.
2006-04-17 MenTaLguY <mental@rydia.net>
Get rid of the SP_DT_* macros which do nothing more than provide
additional, confusing, names for other functions. If shorter names
are desired, the actual functions should be renamed -- or better, made
2006-04-09 Jon A. Cruz <jon@joncruz.org>
2006-04-07 Jon A. Cruz <jon@joncruz.org>
*
po/eu.po: Fix a "Unmatched closing </b>" warnings.
2006-04-07 Jon A. Cruz <jon@joncruz.org>
2006-04-07 Jon A. Cruz <jon@joncruz.org>
Added implementation of smaller icon size.
2006-04-06 Jon A. Cruz <jon@joncruz.org>
Simple debugging #ifdefs added.
2006-04-06 Jon A. Cruz <jon@joncruz.org>
Decoupling from direct use of GtkIconSize to allow for smaller
2006-04-06 Jon A. Cruz <jon@joncruz.org>
Adding rendering-intent to <color-profile>.
2006-04-05 MenTaLguY <mental@rydia.net>
first shot at configurable keymaps
2006-04-05 MenTaLguY <mental@rydia.net>
introduce uniform resource path API to replace copy-and-pasted hacks
2006-04-05 Jon A. Cruz <jon@joncruz.org>
Tuned icc-color() parsing.
2006-04-02 Jon A. Cruz <jon@joncruz.org>
Initial support of color-profile on <image> elements.
2006-04-02 Jon A. Cruz <jon@joncruz.org>
Adding support for <color-profile> element.
2006-04-02 Jon A. Cruz <jon@joncruz.org>
2006-04-01 Jon A. Cruz <jon@joncruz.org>
Safety check for null pointer.
2006-04-01 Jon A. Cruz <jon@joncruz.org>
Introducing optional LittleCms use.
2006-03-31 MenTaLguY <mental@rydia.net>
merge ::dragging and ::dynahand
2006-03-31 MenTaLguY <mental@rydia.net>
2006-03-29 Andrius R. <knutux@gmail.com>
patch #1450307 - option for select all to work in layer with it's sub-layers
2006-03-29 Andrius R. <knutux@gmail.com>
*
po/lt.po: Translated and added new language - Lithuanian.
2006-03-28 Jon A. Cruz <jon@joncruz.org>
Fixing name of temporary non-standard tag attributes.
2006-03-28 MenTaLguY <mental@rydia.net>
2006-03-28 Jon A. Cruz <jon@joncruz.org>
Changed objects to only get liked to "linkable" colors.
2006-03-28 Jon A. Cruz <jon@joncruz.org>
Objects now change when linked colors change.
2006-03-28 Jon A. Cruz <jon@joncruz.org>
Experimenting with linked colors.
2006-03-26 Aaron C. Spike <aaron@ekips.org>
Added --export-area-canvas (-C). Area specifying options
(--export-area, --export-area-canvas and --export-area-drawing)
can now be used in combination with --export-id.
2006-03-23 Jon A. Cruz <jon@joncruz.org>
Bringing in new color class.
2006-03-23 Michael Wybrow <mjwybrow@users.sourceforge.net>
problem on Mac OSX where Inkscape wouldn't open if one of the
parent directories containing the app bundle contained a '#' in
its name. Fixes bug #1443072.
2006-03-15 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-03-14 MenTaLguY <mental@rydia.net>
merged patch #1447043 from Andrius "knutux" R. to create sub-layers
2006-03-14 MenTaLguY <mental@rydia.net>
Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>
2006-03-14 MenTaLguY <mental@rydia.net>
2006-03-13 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
names when possible:
e.g. `red', `#cfc'.
2006-03-10 Jon A. Cruz <jon@joncruz.org>
Shift-drop now sets stroke on target objects.
2006-03-11 MenTaLguY <mental@rydia.net>
before removing object from document tree
2006-03-10 Jon A. Cruz <jon@joncruz.org>
Changed color dragging to have a color preview.
2006-03-09 Jon A. Cruz <jon@joncruz.org>
Initial cut of color drag-n-drop to items on canvas.
2006-03-09 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix when multiple paths are selected.
Also fix a small memory leak.
2006-03-06 MenTaLguY <mental@rydia.net>
add DocumentSubset::_clear
2006-03-05 MenTaLguY <mental@rydia.net>
remove unneeded document parameter from constructor
2006-03-05 MenTaLguY <mental@rydia.net>
Wire up new SPObject signal to DocumentSubset, so order changes
will be reflected in the subset.
2006-03-05 MenTaLguY <mental@rydia.net>
Add signal for notification of object position changes.
2006-03-05 MenTaLguY <mental@rydia.net>
Add DocumentSubset as groundwork for layers.
2006-03-04 Jon A. Cruz <jon@joncruz.org>
Style minibar now only accepts color drag-n-drop when not N/A.
Final tweak for completing RFE #1429027.
2006-02-28 Jon A. Cruz <jon@joncruz.org>
Made the style minibar a target for color drag-n-drop.
2006-03-01 Michael Wybrow <mjwybrow@users.sourceforge.net>
Some speed improvements and interface cleanups to libavoid.
2006-02-28 Jon A. Cruz <jon@joncruz.org>
Fixed drag-n-drop out of color to match GTK+ standard.
2006-02-27 Jon A. Cruz <jon@joncruz.org>
Finished cleanup of embedded swatches when switching palettes.
2006-02-26 Jon A. Cruz <jon@joncruz.org>
Changing embedded swatches resizing.
2006-02-26 Jon A. Cruz <jon@joncruz.org>
Allow Private Use Area characters. Fixes bug #1439016.
2006-02-18 Jon A. Cruz <jon@joncruz.org>
Refactoring panel containment. Purged ugly 'X'.
2006-02-18 Jon A. Cruz <jon@joncruz.org>
Adding spacer to get swatches scrollbar enough room to move.
Tuning up API for better embedding.
2006-02-18 Jon A. Cruz <jon@joncruz.org>
Removed horizontal scroll bar from swatches when embedded.
2006-02-15 Michael Wybrow <mjwybrow@users.sourceforge.net>
Keep a seperate connector router for each document.
Upstream changes to libavoid that allow multiple connector
router instances, as well a few other minor bugfixes.
2006-02-14 Michael Wybrow <mjwybrow@users.sourceforge.net>
Revert a previous change that generated enter events for canvas items
other than the current one when mouse buttons were depressed. These
events are now only generated in the connector context, where they are
2006-02-13 Michael Wybrow <mjwybrow@users.sourceforge.net>
Change the behaviour and naming of some connector querying code
after feedback from Tim Dwyer in implementing graph drawing
2006-02-11 Michael Wybrow <mjwybrow@users.sourceforge.net>
Fix two bugs from my commit yesterday.
2006-02-10 Michael Wybrow <mjwybrow@users.sourceforge.net>
Add some code to allow querying of items and connectors to find
out what is attached to them. This will allow graph layout
algorithms (currently being worked on by Tim Dwyer) to determine
a graph structure from the diagram.
2006-02-07 MenTaLguY <mental@rydia.net>
2006-02-07 MenTaLguY <mental@rydia.net>
share_static -> share_static_string
2006-02-07 Michael Wybrow <mjwybrow@users.sourceforge.net>
Some fixes to allow the codebase to compile with Inkboard support
after the recent Util::shared_ptr<> and Dialog::present() changes.
2006-02-05 Marco Scholten <mscholtn@xs4all.nl>
open the new preferences dialog.
the dialog on the correct page.
InkscapePreferences::present() will be called from
DialogManager::showDialog()
2006-02-05 MenTaLguY <mental@rydia.net>
replace Util::SharedCStringPtr with the nicer and more general
2006-02-03 Jon Phillips <jon@rejon.org>
simple and dumb thing to add for consistency.
2006-01-24 Michael Wybrow <mjwybrow@users.sourceforge.net>
Some minor upstream libavoid fixes.
2006-01-23 Carl Hetherington <inkscape@carlh.net>
2006-01-20 Michael Wybrow <mjwybrow@users.sourceforge.net>
Added a "Spacing" control to the connector toolbar which allows
the user to adjust the amount of space left around avoided shapes
for the purpose of determining auto-routing connector paths.
2006-01-17 Marco Scholten <mscholtn@xs4all.nl>
Changed Gtk::Requisition Gtk::Widget::size_request() to
void Gtk::Widget::size_request(const Requisition& requisition)
Added DialogPage::set_tip()
2006-01-17 Michael Wybrow <mjwybrow@users.sourceforge.net>
Use a modified
fonts.conf file for Mac OS X that includes the
2006-01-16 Michael Wybrow <mjwybrow@users.sourceforge.net>
2006-01-12 Marco Scholten <mscholtn@xs4all.nl>
Converted preferences dialog to gtkmm
2006-01-11 Michael Wybrow <mjwybrow@users.sourceforge.net>
Fix some compilation problems on Mac OS X after recent
2006-01-05 Jon A. Cruz <jon@joncruz.org>
2006-01-06 Mathieu Dimanche <mdimanche@free.fr>
2006-01-05 MenTaLguY <mental@rydia.net>
2006-01-04 MenTaLguY <mental@rydia.net>
Moved default shortcuts XML file into a string constant (for now);
replaced hard-coded structure with code to read XML file.
2006-01-04 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
`Print destination', mentioning the new possibility of leaving
* (PrintPS::begin) If print destination is an empty string, then
don't pass `-P %s' to lpr: just let lpr use its default.
* (PrintPS::init) Change default print destination from `lp' to empty
2006-01-04 Jon A. Cruz <jon@joncruz.org>
Adding split pane for swatches.
2006-01-03 Michael Wybrow <mjwybrow@users.sourceforge.net>
This is needed to compile on Tru64 UNIX. Fixes bug #1386755.
2005-12-30 Josh Andler <scislac@users.sf.net>
Added "invert" function to right-click menu of style selector.
2005-12-22 Jon A. Cruz <jon@joncruz.org>
Updated to newer version from the Tango project.
2005-12-21 Jon A. Cruz <jon@joncruz.org>
2005-11-23 Tim Dwyer <tdwyer@mail.csse.monash.edu.au>
should finally get timestamps working properly. Specifically, heap
timestamps are now refreshed before a merge.
2005-12-19 Michael Wybrow <mjwybrow@users.sourceforge.net>
draw to the correct position on shape bounding boxes. Previously
the point where connectors were drawn was on straight line between
the two endpoints. These points now lie on the line between the
second last point on the polyline and the center of the shape.
functions that return the second and second-last points in a curve.
#include "
isnan.h" to be the final include. This fixes a
compilation error on OS X.
2005-12-16 Carl Hetherington <inkscape@carlh.net>
2005-12-15 Carl Hetherington <inkscape@carlh.net>
sp_item_invoke_bbox (SPItem::invokeBbox). Use it in some places.
2005-12-14 Carl Hetherington <inkscape@carlh.net>
sp_item_i2d_affine(). Some include file adjustments.
rather than IN to avoid breaking the compile on some systems.
2005-12-13 Carl Hetherington <inkscape@carlh.net>
2005-12-13 Mathieu Dimanche <mdimanche@free.fr>
"inverse" members (NEED TO BE TESTED)
2005-12-12 MenTaLguY <mental@rydia.net>
widget for more aesthetic appearance
2005-12-12 Carl Hetherington <inkscape@carlh.net>
Inkscape::setup_for_drag_start.
*
src/snap.{cpp,h}: remove some dead code.
remove an unnecessary parameter from sp_item_dt2i_affine().
2005-12-09 Carl Hetherington <inkscape@carlh.net>
Inkscape::have_viable_layer.
2005-12-08 Carl Hetherington <inkscape@carlh.net>
coding style. Change how lines are defined.
Various cleanups. Small API changes.
*
src/snap.cpp: changes to Snapper API. Added work-in-progress SnapManager.
to snap points rather than the convex hull, at least for a bit.
2005-12-07 Carl Hetherington <inkscape@carlh.net>
2005-12-06 Carl Hetherington <inkscape@carlh.net>
get_nearest_position_on_Path to not crash if you call it with an
Item that isn't Shape or Text.
2005-12-05 Carl Hetherington <inkscape@carlh.net>
re-jig #includes slightly.
2005-12-04 Ted Gould <ted@gould.cx>
Adding the .inx files as [type:
gettext/xml] so that they will get
Marking the user visible strings as translatable.
Changed to handle translated .inx files. They will find the data, and
mark the right strings as translated.
Changed menu handling to be push instead of pull
2005-12-02 Carl Hetherington <inkscape@carlh.net>
C++-ification of SPNamedView.
2005-12-01 MenTaLguY <mental@rydia.net>
add a grippie so we don't have to care about the corner of the window
2005-12-01 MenTaLguY <mental@rydia.net>
code and added a timer; also kick off the task immediately rather
than waiting for the first expose event
2005-12-01 MenTaLguY <mental@rydia.net>
moved zoom selector away from the right edge so it won't get covered
by window manager decorations
2005-12-01 MenTaLguY <mental@rydia.net>
Moved creation of the splash widget into the about dialog code,
and tweaked the appearance of the dialog in a lot of subtle ways
-- we now use an AspectFrame to constrain the aspect ratio of the
splash view, and also finally get the correct initial size for the
dialog while still allowing it to be arbitrarily resized.
2005-12-01 Carl Hetherington <inkscape@carlh.net>
2005-12-01 Jon A. Cruz <jon@joncruz.org>
2005-11-30 MenTaLguY <mental@rydia.net>
and rename "About" tab to "_Splash"
2005-11-30 Carl Hetherington <inkscape@carlh.net>
warnings, move some declarations to first use, coding style fixes.
snap.{cpp,h} up into snapper.{cpp,h}, grid-snapper.{cpp,h},
guide-snapper.{cpp,h}. Refactor and simplify. Add another
pen_handle_button_press(). Other snapping cleanups.
spdc_endpoint_snap_internal() into two functions.
that's just been made static.
2005-11-26 MenTaLguY <mental@rydia.net>
clean up and simplify About dialog; fix memory management (mostly)
2005-11-25 Robert Crosbie <swingincelt@gmail.com>
* replaced sp_repr_ref with direct cal to Inkscape::GC::anchor
* replaced sp_repr_unref with direct call to Inkscape::GC::release
* replaced sp_repr_set_attr with direct call to repr->setAttribute
2005-11-24 MenTaLguY <mental@rydia.net>
preparation for configurable key bindings work
2005-11-24 MenTaLguY <mental@rydia.net>
2005-11-24 MenTaLguY <mental@rydia.net>
2005-11-24 MenTaLguY <mental@rydia.net>
2005-11-23 Robert Crosbie <swingincelt@gmail.com>
* replaced sp_repr_change_order with direct cal to repr->changeOrder
* replaced sp_repr_add_child with direct call to repr->addChild
* replaced sp_repr_remove_child with direct call to repr->removeChild
2005-11-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Add new action ActionRemoveOverlaps, and add new button & two spin buttons
to the Align & Distribute dialog box, to remove overlaps between objects.
2005-11-23 Michael Wybrow <mjwybrow@users.sourceforge.net>
Include some missing modules required by gnome-vfs and set shell
variables to point to these modules within the OS X app bundle.
2005-11-21 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-11-18 Michael Wybrow <mjwybrow@users.sourceforge.net>
since users of OS X
10.3.x will not have this file.
2005-11-12 Jon Phillips <jon@rejon.org>
2005-11-12 Ralf Stephan <ralf@ark.in-berlin.de>
new-gui: made complete statusbar widget, equals old-gui now
classes have now a constructor with default parameter
2005-11-12 MenTaLguY <mental@rydia.net>
Refactor canvas buffer code a little. Hint: if you have two flags
and an invariant that one will be false if the other is true and
vice-versa, you can represent them with a single flag. Fixed
cut-and-paste madness between sp_canvas_buf_ensure_buf and
sp_canvas_clear_buf also. Finally, renamed sp_canvas_buf_ensure_buf
to sp_canvas_prepare_buf.
2005-11-09 Michael Wybrow <mjwybrow@users.sourceforge.net>
signal in sp_item_write_transform. This fixes bug #1303423.
OS X 10.4 and earlier versions of the OS without altering the script.
Also, add a note that Inkscape needs to be configured with
--enable-osxapp when building the OS X package.
*
po/nl.po: Fix an "Unmatched closing </b>" warning.
2005-11-08 Ralf Stephan <ralf@ark.in-berlin.de>
merged with branch CXXIFICATION_VIEW_AND_WIDGET
the EditWidget is the Gtkmm version of the SPDesktopWidget
these are widgets part of the EditWidget
divide code /wrt Application::getNewGui(): if true, it's called by the
Gtkmm application and the inkscape object is meaningless
replace UI specific return value of getWindow() with void*
made Editor a singleton, collect global UI code here that (for Gtk+)
simplify calls to desktop->set_coordinate_status
widget is no longer available through desktop
use EditWidgetInterface, more cosmetics
streamline setDoc()/setDocument() logic
2005-11-08 ------------0.43
2005-11-06 Ted Gould <ted@gould.cx>
2005-11-01 Jon A. Cruz <jon@joncruz.org>
Applied modified patch 1341198.
2005-10-31 Jon A. Cruz <jon@joncruz.org>
Applied patch from RFE 1247694.
2005-10-26 Jon A. Cruz <jon@joncruz.org>
Trimmed bad lines. Fixed bug 1310742.
2005-10-24 Ted Gould <ted@gould.cx>
2005-10-22 Jon A. Cruz <jon@joncruz.org>
2005-10-22 Jon A. Cruz <jon@joncruz.org>
Updating Win32 parameter filename handling.
2005-10-22 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-10-21 Michael Wybrow <mjwybrow@users.sourceforge.net>
new connectors revealed intermediate steps.
Applied a couple of libavoid fixes. One of which addresses
2005-10-19 Ted Gould <ted@gould.cx>
2005-10-19 Jon A. Cruz <jon@joncruz.org>
2005-10-17 Michael Wybrow <mjwybrow@users.sourceforge.net>
if they have the 'cloned' flag set. Fixes bug #1328401.
2005-10-17 Jon A. Cruz <jon@joncruz.org>
Switched command-line name conversion from filename to locale.
2005-10-16 Michael Wybrow <mjwybrow@users.sourceforge.net>
manually rerouting connector endpoints. This speeds up
undo/redo and allows responsive rerouting with the xml editor window open.
*
po/ca.po: Fix unclosed <b> found in translations.
2005-10-15 Michael Wybrow <mjwybrow@users.sourceforge.net>
*
src/isnan.h: Update to allow compilation on OSX 10.4.
in the selector tool to swap to the connector tool.
2005-10-14 Jon A. Cruz <jon@joncruz.org>
Adding the Tango palette.
2005-10-13 MenTaLguY <mental@rydia.net>
vector clean-up and re-enabled the coffee stains.
2005-10-10 Michael Wybrow <mjwybrow@users.sourceforge.net>
Reroute connector lines if the object itself is moved or
transformed. Previously a routed line would not unroute if it
was moved away from the blocking objects. Fixes bug #1303493.
2005-10-07 Michael Wybrow <mjwybrow@users.sourceforge.net>
Don't assume the OSX app bundle will be named "
Inkscape.app".
This caused things like tool icons to disappear if the app
2005-10-06 Michael Wybrow <mjwybrow@users.sourceforge.net>
sometimes be given strange routes if there was a transform on
either of the objects that the connector was attached to.
sp_document_ensure_up_to_date before checking bounding boxes
in response to a transform signal. This is because some
objects (
e.g., text) will not give the correct bbox until its
update function has been called and its internal representation
has been updated. This fixes bug #1303523.
Restore the Connector tool preferences tab. Use same ordering
for tools as on the toolbar. Add the standard selection cue
option to the connector tool preferences. Fixes bug #1303360.
2005-10-05 Michael Wybrow <mjwybrow@users.sourceforge.net>
a couple of minor updates for building packages on OSX
10.4.x. LANG to the current OSX language before launching Inkscape.
With this fix, the Inkscape app bundle will obey the user's
language setting in the system preferences on OSX.
2005-09-30 Ralf Stephan <ralf@ark.in-berlin.de>
make empty destructor, fixes #1291009
2005-09-29 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-09-27 MenTaLguY <mental@rydia.net>
Move _whole_ UI::View::View hierarchy over to the garbage collector
and fix anchor imbalances; you can't do this piecemeal.
2005-09-23 Ben Fowler <bpfowler@users.sourceforge.net>
2005-09-20 Carl Hetherington <inkscape@carlh.net>
desktops with help files / tutorials. Fixes 1249067.
2005-09-17 Ralf Stephan <ralf@ark.in-berlin.de>
gcc4 needs more const correctness, fixes #1294298
2005-09-17 Ralf Stephan <ralf@ark.in-berlin.de>
correcting old and new oversights, fixes #1290982
2005-09-15 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
functions (sp_repr_set_svg_double, sp_repr_set_css_double)
according to whether or not an exponent is allowed. Update callers.
(sp_repr_set_double_default): Remove this unused function.
2005-09-15 Carl Hetherington <inkscape@carlh.net>
2005-09-14 Carl Hetherington <inkscape@carlh.net>
2005-09-13 Ralf Stephan <ralf@ark.in-berlin.de>
View::setDocument() did not call same function in subclass
2005-09-13 Carl Hetherington <inkscape@carlh.net>
Snap points when editing rectangles; partial fix for bug 1282399.
and associated; fix for bug 1283916.
2005-09-12 Jon A. Cruz <jon@joncruz.org>
Icon preview now toggles between selection or whole document.
2005-09-12 Ralf Stephan <ralf@ark.in-berlin.de>
2005-09-12 Peter Moulder <pmoulder@bowman.csse.monash.edu.au>
Fix line breaking for [supposedly] non-breaking whitespace characters.
2005-09-11 Ralf Stephan <ralf@ark.in-berlin.de>
*
po/nl.po: replaced all instances of "verkleint" with "verkleind"
2005-09-10 Jon A. Cruz <jon@joncruz.org>
Made icon preview sizes configurable. Fixes REF #1281885.
2005-09-08 Carl Hetherington <inkscape@carlh.net>
2005-09-08 Ralf Stephan <ralf@ark.in-berlin.de>
removed placement new signal construction
2005-09-08 MenTaLguY <mental@rydia.net>
Add Session and Document createElementNode, createCommentNode,
and createTextNode methods
2005-09-06 Ralf Stephan <ralf@ark.in-berlin.de>
moved default_metric and default_unit into namedview
moved window member into desktop widget
minor adaptation due to the above changes
2005-09-06 Michael Wybrow <mjwybrow@users.sourceforge.net>
Add keyboard shortcuts for the connector tool -- Ctrl+F2 and 'o'.
2005-09-05 Ralf Stephan <ralf@ark.in-berlin.de>
added dependencies because of above changes
2005-09-04 Kees Cook <kees@outflux.net>
Implemented AboutDialog following the Gnome style.
2005-09-04 Ralf Stephan <ralf@ark.in-berlin.de>
minor edits to completely remove SPView identifier, and some
2005-09-04 Michael Wybrow <mjwybrow@users.sourceforge.net>
on Linux x86 where we were calling a signal destructor.
if using glib 2.6.0 or greater, since it is not available in earlier
2005-09-04 Ralf Stephan <ralf@ark.in-berlin.de>
separated SPSVGViewWidget from SPSVGView
moved SPDesktop from GObject to C++/sigc++
removed SP_DESKTOP*, SP_SVG_VIEW* macros and dependencies
changed to sigc++ but disabled call
minor adaptations due to the above changes
2005-09-04 Michael Wybrow <mjwybrow@users.sourceforge.net>
not being freed, triggering an assertion failure and Inkscape to
crash sometimes when the connector tool context was switched.
2005-09-03 Aaron Spike <aaron@ekips.org>
adding and curve dragging operate on fills. A special thank you to
Simon Budig of GIMP fame for working with me and giving very
thorough explanations of his curve dragging code.
2005-09-03 Michael Wybrow <mjwybrow@users.sourceforge.net>
connectors while they are being drawn in the connector context.
were not always getting updated. Their path was sometimes thought
to be valid even when it was not.
2005-09-02 Michael Wybrow <mjwybrow@users.sourceforge.net>
shapes were not updating correctly if an object was dropped on
2005-09-01 Michael Wybrow <mjwybrow@users.sourceforge.net>
Connectors now automagically reroute as a result of any 'avoided'
object being placed on their path. They also update to better
paths when blocking shapes are removed.
and allow manipulation of paths marked as connectors.
with invalid paths can now notify other code via a callback,
rather than just setting a boolean flag.
routing code where we were still using a freed data structure.
2005-08-31 Michael Wybrow <mjwybrow@users.sourceforge.net>
coordinate system when passing shape geometry to libavoid.
Add a small amount of buffer space around objects.
src/path.cpp: Add code to handle the "inkscape:connector-type"
about type paths, to determine whether they are connectors. Keep
a reference to the libavoid representation if necessary. Add code
to call libavoid to get a path for a connector.
ends are moved. Move connector endpoints rather than stretching
when adjusting to draw to shape edge.
connector references aware of their own initialisation state.
changes. Fix a bug where multi-segment connectors had a solid
black fill while being dragged.
simply move the two endpoints of a curve.
2005-08-30 Michael Wybrow <mjwybrow@users.sourceforge.net>
Use a better system for unique IDs within libavoid. This properly
addresses a hack in SPAvoidRef that was unsafe on amd64 machines.
2005-08-29 Michael Wybrow <mjwybrow@users.sourceforge.net>
Use "inkscape:connector-avoid" instead of "inkscape:avoid".
2005-08-29 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-08-29 Michael Wybrow <mjwybrow@users.sourceforge.net>
notice the current selection when it was entered. Also, fix a
problem where connectors disappeared for a moment when an endpoint
was clicked (for rerouting), but before the mouse was moved.
2005-08-29 David Yip <yipdw@rose-hulman.edu>
Improved widget layout (switched to Gtk::Table)
Fixed crash that occurred when connecting via SSL to a Jabber
server that does not support SSL
2005-08-28 Michael Wybrow <mjwybrow@users.sourceforge.net>
Add code that handles the "inkscape:avoid" attribute, used to mark
whether an item should be avoided for the purposes of routing
connectors. This code also calls libavoid when an 'avoided'
Add a couple of buttons to the connector context's toolbar to
allow selected objects to be marked as avoided or ignored for the
purpose of connector routing.
Misc fixes: turn off debugging output, put types in the Avoid
namespace, and add an assertion for a special case that can
2005-08-28 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-08-27 Michael Wybrow <mjwybrow@users.sourceforge.net>
Add libavoid code, the library that does all the path planning
work for autorouting connectors.
2005-08-27 Michael Wybrow <mjwybrow@users.sourceforge.net>
stopping me from generating tags files.
2005-08-25 Ralf Stephan <ralf@ark.in-berlin.de>
separated SPViewWidget from SPView
all these files relied on a dependency in
view.h to include
code for MessageStack
and/or MessageContext which is now removed
2005-08-25 Ralf Stephan <ralf@ark.in-berlin.de>
abstracted out all Gtk+ calls from SPDesktop into SPDesktopWidget
improved doxygen documentation
2005-08-25 Michael Wybrow <mjwybrow@users.sourceforge.net>
Change the connector context to use Inkscape's standard selection
mechanism. Show connector endpoint handles for single connectors
in the selection. This is the proposed interaction changes as
discussed on the mailing list. See the post there for a greater
description of the change.
2005-08-24 Ralf Stephan <ralf@ark.in-berlin.de>
separated SPDesktopWidget from SPDesktop
adapted following SPDesktopWidget separation
2005-08-24 David Yip <yipdw@rose-hulman.edu>
added support for XMPP over SSL to Inkboard
2005-08-22 Ralf Stephan <ralf@ark.in-berlin.de>
both dialogs are now unresizable (bug #1237865)
2005-08-21 Michael Wybrow <mjwybrow@users.sourceforge.net>
the executable and bundled dylibs to be stripped, significantly
reducing the package size.
2005-08-20 Ralf Stephan <ralf@ark.in-berlin.de>
no longer counted in stroke_average_width()
*
src/main.cpp: introduced doc hierarchy on doxygen main page
2005-08-20 Michael Wybrow <mjwybrow@users.sourceforge.net>
Rework connector context to extend SPEventContext instead of
SPDrawContext, and remove most of the borrowed draw context
2005-08-20 Michael Wybrow <mjwybrow@users.sourceforge.net>
since it was just showing a verb error in the menu.
2005-08-19 Kees Cook <kees@outflux.net>
and reject unsafe automake versions (1.9.0 -> 1.9.6).
2005-08-19 Michael Wybrow <mjwybrow@users.sourceforge.net>
Align the "Oversample bitmaps" option in the preferences
dialog with all the other options.
2005-08-18 Michael Wybrow <mjwybrow@users.sourceforge.net>
the connector context. Handles the interaction of creating and
for adjusting the path of connectors to the edge of shapes, and
sp_conn_end_detach to detach a connector endpoint from a shape.
Also, when there is only a single shape attached to a connector
and it is moved, then reroute the connector leaving its unattached
endpoint where it is, rather than just moving the whole thing with
Enable the connector context. Give it a preferences tab, toolbox,
icon, etc. Also, correct some vim modelines.
for canvas items when mouse buttons are depressed.
2005-08-18 Jon A. Cruz <jon@joncruz.org>
2005-08-18 Ralf Stephan <ralf@ark.in-berlin.de>
2005-08-16 Ralf Stephan <ralf@ark.in-berlin.de>
improved doxygen documentation
2005-08-14 MenTaLguY <mental@rydia.net>
deleting unnamed layer [bug 1255843]
2005-08-14 Michael Wybrow <mjwybrow@users.sourceforge.net>
automatic fixing of the fontconfig problem and fix the problem
manually. Don't pop up the dialog again in this case when they
2005-08-13 Ralf Stephan <ralf@ark.in-berlin.de>
given submenus didn't have correct names, so translation on
non-English systems was missed.
2005-08-13 Michael Wybrow <mjwybrow@users.sourceforge.net>
Fix for the fontconfig cache problem on OS X 10.4. The first time
Inkscape is launched on 10.4 machines, after checking X11 is available,
a dialog is brought up informing users of the fontconfig problem. The
dialog has a button to run fc-cache as root. If chosen, an OS X
authentication dialog in launched and fc-cache is run following the
authentication. A file is stored in ~/.inkscape to mark that fc-cache
2005-08-11 Ralf Stephan <ralf@ark.in-berlin.de>
improved doxygen documentation
2005-08-10 David Yip <yipdw@rose-hulman.edu>
added hooks for undo stack observer
here (not the best idea, admittedly...)
this entire class should be going bye-bye soon (its main tasks have been
taken over by SerializerNodeObserver)
this class should also be removed soon
commit model (TODO: prune unnecessary types)
there, but I'm still learning my way around XML::Node and
and undo log commit events
combines multiple undo stack observers
watch for added and removed nodes in
undo/redo actions (put aside for
2005-08-10 Ralf Stephan <ralf@ark.in-berlin.de>
2005-08-09 Ralf Stephan <ralf@ark.in-berlin.de>
called, made sp_curve_ensure_space() static
improved doxygen documentation
2005-08-08 MenTaLguY <mental@rydia.net>
2005-08-06 MenTaLguY <mental@rydia.net>
*
Makefile.am, HACKING, HACKING_de, HACKING_fr, HACKING_it,
README, README_ca, README_de, README_fr, README_it,
2005-08-06 MenTaLguY <mental@rydia.net>
Implement XML::LogBuilder class and use it from XML::SimpleSession.
2005-08-06 MenTaLguY <mental@rydia.net>
rejigger the way XML event logs are handled, based on NodeObservers
2005-08-06 MenTaLguY <mental@rydia.net>
2005-08-06 Ted Gould <ted@gould.cx>
Adding in a hash table for Verb ID lookups. This makes searching for them
in the dynamic menus much faster.
2005-08-06 Ralf Stephan <ralf@ark.in-berlin.de>
removed a dependency, made refresh_offset_source() static
replaced gboolean with bool
improved doxygen documentation
2005-08-05 MenTaLguY <mental@rydia.net>
2005-08-05 Michael Wybrow <mjwybrow@users.sourceforge.net>
*
po/nl.po: fix a typo: close a bold tag.
2005-08-03 David Yip <yipdw@rose-hulman.edu>
fixed incorrect template specialization syntax,
removed duplicate definitions (oops...)
removed explicit keyword from allocator constructors, as it is
necessary to allow implicit conversion for rebinding. Some
containers in the libstdc++ in GCC
3.4.x require this, such as anything
using the standard library's red-black tree implementation --
std::set, std::map, std::multimap
2005-08-03 Ralf Stephan <ralf@ark.in-berlin.de>
improved doxygen documentation
2005-08-03 David Yip <yipdw@rose-hulman.edu>
fixing some build issues (Apple's ar doesn't like creating
archives with an empty member list, so
empty.cpp is a null
placeholder to be used as the sole member in the jabber_whiteboard
archive in the event that a user does not wish to enable
2005-08-02 Bryce Harrington <bryce@bryceharrington.org>
* changing include file syntax from "" to <> where appropriate
* Changing copyrights to be consistent
2005-08-03 David Yip <yipdw@rose-hulman.edu>
added WITH_INKBOARD ifdef to prevent Inkboard options from being
compiled into the menu skeleton if the Inkboard code is not enabled
2005-08-03 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-08-02 David Yip <yipdw@rose-hulman.edu>
removed unnecessary anchoring of XML::Nodes in XMLNodeTracker
2005-08-02 David Yip <yipdw@rose-hulman.edu>
moved back to GC::Alloc from traceable_allocator
fixed anchor-release problem with XML::Nodes in XMLNodeTracker
2005-08-01 MenTaLguY <mental@rydia.net>
GC_malloc_atomic_uncollectable
2005-08-01 MenTaLguY <mental@rydia.net>
2005-08-01 David Yip <yipdw@rose-hulman.edu>
redundant if (x == NULL) tests surrounding delete
2005-08-01 David Yip <yipdw@rose-hulman.edu>
added Inkboard UI stock items
old
C/Gtk Inkboard dialogs for collecting user input necessary
to establish Jabber connections and Inkboard sessions (they're
still used in some parts of the Inkboard code)
added necessary UI code to access Inkboard functions
Initial commit of Inkboard code
C++/Gtkmm replacements for some old
C/Gtk dialogs
added Inkboard configure checks
added Inkboard code stubs to new Gtkmm code
added Inkboard code stubs to menu UI XML
2005-08-01 Ralf Stephan <ralf@ark.in-berlin.de>
2005-07-31 Ralf Stephan <ralf@ark.in-berlin.de>
2005-07-31 MenTaLguY <mental@rydia.net>
adopt more consistent refcounting policy
2005-07-30 Ralf Stephan <ralf@ark.in-berlin.de>
improved doxygen documentation
2005-07-30 Ted Gould <ted@gould.cx>
Doing two things. One, making menus configurable by an external xml file
and the second is enabling sensitivity in the verbs. These are both in
pretty basic states right now, but workable.
2005-07-29 MenTaLguY <mental@rydia.net>
2005-07-28 Carl Hetherington <inkscape@carlh.net>
variables block. gboolean exorcism. Declaration-to-first-use fixes.
2005-07-27 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
*
src/style.h (SP_SCALE24_MAX): Change from 0xffffff to 0xff0000,
and add documentation for choice of value.
(SP_SCALE24_TO_FLOAT) Return a double instead of a float.
(SP_SCALE24_FROM_FLOAT) Change rounding behaviour.
These changes are intended to combat float rounding bugs on x86.
to parse style="..." attribute strings, to improve CSS parsing.
2005-07-27 Ralf Stephan <ralf@ark.in-berlin.de>
moved part of documentation into *.cpp file
2005-07-26 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Trim trailing zeros from after the decimal point when writing
float or double to Inkscape::SVGOStringStream.
2005-07-26 Michael Wybrow <mjwybrow@users.sourceforge.net>
2005-07-25 Ralf Stephan <ralf@ark.in-berlin.de>
are now named enums, empty is now bool, changes to function interfaces
because of that, changed C macros to C++ inline functions, changed clean
flag in some function interfaces from int to bool.
made sp_canvas_item_construct() static, inlined two other functions
*
src/Doxyfile: added files, and options to collect todo and bugs
made file work with
src/Doxygen, doxygen documentation improvements
2005-07-24 Ted Gould <ted@gould.cx>
2005-07-21 Ted Gould <ted@gould.cx>
2005-05-21 Kees Cook <kees@outflux.net>
Hooked up Gtkmmified Icon manager correctly. (bug 1217367)
2005-07-12 Ted Gould <ted@gould.cx>
2005-07-11 MenTaLguY <mental@rydia.net>
potential static initialization issues
2005-07-09 MenTaLguY <mental@rydia.net>
Categorize debugging events and add the ability to filter them
via setting the INKSCAPE_DEBUG_FILTER environment variable to
a comma-separated list of debug event categories.
2005-07-06 Ben Fowler <bpfowler@users.sourceforge.net>
2005-07-06 Ben Fowler <bpfowler@users.sourceforge.net>
2005-07-06 Michael Wybrow <mjwybrow@users.sourceforge.net>
Changes and new files required to build an Inkscape dmg on Mac OS X.
2005-07-05 Ted Gould <ted@gould.cx>
2005-07-04 MenTaLguY <mental@rydia.net>
2005-07-04 MenTaLguY <mental@rydia.net>
don't force id= attributes on anything except elements in the SVG,
Sodipodi, or Inkscape namespaces.
2005-07-04 MenTaLguY <mental@rydia.net>
*
src/verbs.cpp: redo cryve's fix to use defaultLabel() rather than
2005-07-04 Bryce Harrington <bryce@bryceharrington.org>
<ralf@ark.in-berlin.de> to suppress two warnings.
2005-06-28 Ted Gould <ted@gould.cx>
Changing from gnu::hash_map to std::map. The only reason this was a
hash_map before is because I was stealing code that I didn't understand,
and a std::map works as well. This fixes bug #1172199 for Tru64.
2005-06-28 Ted Gould <ted@gould.cx>
Fix for #1169396 -- setting the default type for a dependency to file,
this seems to be the only way that the print function could end up using
undefined memory, and then passing it on the gettext.
2005-06-28 Ted Gould <ted@gould.cx>
Adding support for information coming back on STDERR from scripts. This
fixes bug #1220959 and RFE #1178941
2005-07-04 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Implement currentColor as possible value for stop-color, as per spec.
2005-07-02 Kees Cook <kees@outflux.net>
2005-06-30 Bryce Harrington <bryce@bryceharrington.org>
*
inkscape.nsi: Fix for bug #1230744 'wrong installer language'
consists of 3 column numbers (missing 4th column), and also lacks
an ending newline. In this situation, the name variable returned
from trim() could be null, thus causing a segfault when used as an
narrow in on the cause of the bug.
* README: Requested change for bug #1174991. Directions for
installation of perl libs
2005-07-01 Ben Fowler <bpfowler@users.sourceforge.net>
2005-06-30 Bryce Harrington <bryce@bryceharrington.org>
2005-06-28 Ted Gould <ted@gould.cx>
2005-06-23 MenTaLguY <mental@rydia.net>
support for ruby scripts (interpreter="ruby")
2005-06-20 Ted Gould <ted@gould.cx>
Adding in a signal to show that the document is being reconstructed from
another document. This is used by the scripting extensions implementation
to say to the desktops that they need to save their object references
as strings instead of pointers -- and then recreate them when the
reconstruction is complete.
sensitive or not. Not tied in to anything currently.
2005-06-20 MenTaLguY <mental@rydia.net>
2005-06-18 Richard Hughes <cyreve@users.sourceforge.net>
implement double- and triple-clicking of text for selecting the
current word and line respectively
2005-06-16 MenTaLguY <mental@rydia.net>
2005-06-11 Aaron Spike <aaron@ekips.org>
Adding the autopackage specfile
2005-06-10 Richard Hughes <cyreve@users.sourceforge.net>
and ctrl-a for select all text
2005-06-09 Bryce Harrington <bryce@bryceharrington.org>
Hooking up Aubanel's new align and distribute dialog
2005-06-09 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Greater conformance to ISO 14755 for unicode entry. We now
implement all of the ``Basic method'' portion of that spec
except for non-latin hexadecimal digits (first 6 letters of
other alphabets). (Instead, we do the same as for all other
shortcuts, viz. force a group0 (latin) interpretation of the
2005-06-07 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
(
i.e. namedview_free_snap_all_types) even for initial point.
(extension_script_libscript_a_CXXFLAGS):
Put PERL_CFLAGS PYTHON_CFLAGS into global INCLUDES rather than
using a libscript_a_CXXFLAGS var (which involved creating .o files
2005-06-06 Ted Gould <ted@gould.cx>
Adding in the code so that effects can be undoable.
Adding in the code so that a new window is not displayed when an
effect is executed. Now it is in the same window (much nicer).
Patches from the mailing list to add LaTeX output.
2005-06-04 MenTaLguY <mental@rydia.net>
That tears it. Showing the error dialog on startup goes. I've
had to respond to one too many bloody bug reports. If we released
0.42 with this too we'll drive away users permanently. As it was,
a lot of people were assuming 0.41 was broken when they saw this
2005-05-31 MenTaLguY <mental@rydia.net>
-- I'm sick of hearing that Inkscape is broken because people see
this dialog on startup. It makes us look bad.
We're not going to repeat this for 0.42 -- find a better approach.
2005-05-28 MenTaLguY <mental@rydia.net>
propagate SVG version upwards, and move SPVersion into Inkscape
2005-05-24 Simarilius <Simarilius@yahoo.com>
Converted the tiledialog over to the inkscape:ui:dialog class and hooked
2005-05-24 Ted Gould <ted@gould.cx>
Applying patch 1199856 which allows Inkscape to have multiple directories
~/.inkscape/extensions. The patch was written by Aaron Spike.
2005-05-23 Ted Gould <ted@gould.cx>
Adding in Aaron Spike's extensions so that they come with the standard
build. Lot's of useful stuff that is worth having for most users.
2005-05-19 MenTaLguY <mental@rydia.net>
refactoring of the dialog manager code, introducing factory
functions and a method specifically for showing a dialog
2005-05-19 MenTaLguY <mental@rydia.net>
fix layer property undo crash bugs (#1192708 and #1171704)
2005-05-19 MenTaLguY <mental@rydia.net>
moved GC Heap statistics stuff into libdebug to ease circular
2005-05-17 MenTaLguY <mental@rydia.net>
reduce magnitude of memory jitter somewhat by avoiding some vector
2005-05-16 MenTaLguY <mental@rydia.net>
revised Debug::Heap API slightly
thousands separators and other niceties. 'apply' now forces a
garbage collection and immediate update.
2005-05-16 MenTaLguY <mental@rydia.net>
seem to help memory jitter much
2005-05-15 MenTaLguY <mental@rydia.net>
flesh out basic memory info dialog
2005-05-15 MenTaLguY <mental@rydia.net>
2005-05-15 MenTaLguY <mental@rydia.net>
fix up Debug::Heap API slightly
2005-05-14 MenTaLguY <mental@rydia.net>
added skeletal memory statistics dialog
2005-05-12 Juerg Billeter <j@bitron.ch>
*
configure.ac: Have pkgconfig explicitly require gdkmm-2.4 & glibmm-2.4
(used directly by Inkscape), rather than relying on transitive
dependencies. It's said that this is required in some cases with
pkgconfig 0.17 and later.
2005-05-08 Bryce Harrington <bryce@bryceharrington.org>
2005-05-09 MenTaLguY <mental@rydia.net>
2005-05-08 Bryce Harrington <bryce@bryceharrington.org>
*
configure.ac: Defaulting with-gnome-vfs to on if library is
consistency with other desktop files. Beginning migration of
desktop-* and view* files into
ui/view/ subdir. Incorporating
DialogManager into existing SPDesktop code. Making SPView
derive from GObject. Changing Messages dialog to run via
DialogManager. Removing getName() and getDesc() routines from
2005-05-08 MenTaLguY <mental@rydia.net>
depends on the debugging stuff
added heap statistics stuff
*
src/gc.cpp: register the GC heap with the heap statistics facility
2005-05-07 MenTaLguY <mental@rydia.net>
hide the global Ops structure from the outside world, and expose
some additional libgc API.
2005-05-07 Ted Gould <ted@gould.cx>
Adding in an "interpreter" attribute for "command" that will prepend
the command with the interpreter. Right now only "perl" and "python"
work, and they only prepend "perl" and "python", but more will be
2005-05-07 MenTaLguY <mental@rydia.net>
CompositeNodeObserver, which has saner
add/remove semantics
attribute changes (the flag is effectively disabled by the other
2005-05-05 MenTaLguY <mental@rydia.net>
PropertyPair is now its own class
added CompositeNodeObserver class, which will eventually replace
the existing notifier lists
2005-05-05 MenTaLguY <mental@rydia.net>
2005-05-05 MenTaLguY <mental@rydia.net>
add debug logging for undo+redo+transactions
2005-05-05 MenTaLguY <mental@rydia.net>
2005-05-04 MenTaLguY <mental@rydia.net>
2005-04-29 Jon A. Cruz <jon@joncruz.org>
Added property to swatch to block taking focus.
2005-04-28 Jon A. Cruz <jon@joncruz.org>
Adding new widget for color swatch usage.
2005-04-24 Bryce Harrington <bryce@bryceharrington.org>
Renaming EditorImpl to UI::View::Edit
Fixing bug 1185873 "batch mode crasher" caused by VFS being
called with relative paths. Adding a check to see whether the
input is a valid uri, and if not, just calling sp_document_new
2005-04-23 Ted Gould <ted@gould.cx>
Changing the prototype for the
input/output preferences to be closer to
that of Effects. This is a good thing because now autogui can be used for
all, and it is much cleaner. Unfortunately, this caused alot of files to
be changed. Also, this sets up the extensions dialog (we're only using
one now) to be integrated into the GTKmm codebase easier.
2005-04-21 Jon A. Cruz <jon@joncruz.org>
Changed CMYK selector to display values as 0-100. Fixes REF #1124499.
2005-04-21 Jon A. Cruz <jon@joncruz.org>
Expand entities; matches 0.41 behavior. Fixes bug #1157478.
2005-04-20 Jon A. Cruz <jon@joncruz.org>
Turned off the half-done <animate> element. Fixes bug #1119935.
2005-04-19 Carl Hetherington <inkscape@carlh.net>
#1152057. Remove a pointless call to spdc_endpoint_snap().
*
src/main.cpp: support for command-line export of PS and EPS,
2005-04-19 Piers Titus van der Torren <piersvdt@users.sourceforge.net>
Fixed skew so it displays and snaps to angle instead of percentage.
2005-04-18 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Was dividing component bytes by 256 instead of the usual 255 to get
floating point component. Changed to use sp_color_get_rgb_floatv
instead. (
N.B. This change is wrong if pov files disallow 1.0.)
Multiply opacity by product of all ancestors' opacity property computed
2005-04-18 Carl Hetherington <inkscape@carlh.net>
2005-04-17 Jon A. Cruz <jon@joncruz.org>
Corrected improper use of static. Fixes bug #1171919.
2005-04-16 Ted Gould <ted@gould.cx>
Adding in autogui for strings and booleans. Also making everything
2005-04-17 cyreve <cyreve@users.sourceforge.net>
for adding rotate= attribute to text elements
counterdirectional text runs
2005-04-16 cyreve <cyreve@users.sourceforge.net>
2005-04-16 Ted Gould <ted@gould.cx>
Added a command-line arguement --extension-directory to find what
extension directory Inkscape is configured for. This should be
helpful for external extensions that want to use the same path
as Inkscape itself on their install.
Putting in half of Aaron's fix, mostly the one to keep things from
crashing, next we need to examine how to add multiple search paths
for extension dependencies.
Also, added a check so that autogui won't create a GUI if there are
2005-04-13 Jon Phillips <jon@rejon.org>
drag-n-drop color swatches.
2005-04-13 cyreve <cyreve@users.sourceforge.net>
2005-04-13 Jon A. Cruz <jon@joncruz.org>
Simple drag-n-drop out from color swatches.
2005-04-12 cyreve <cyreve@users.sourceforge.net>
2005-04-12 Ted Gould <ted@gould.cx>
This is support for having command line arguments from the parameters,
mostly this is a quick hack to get Aaron working, I'll clean it up
shortly, I promise. But, it does seem to be working right now. More
2005-04-10 Jon A. Cruz <jon@joncruz.org>
Adding drag-n-drop support for arbitrary images. Fixes bug 1177714.
2005-04-10 Ted Gould <ted@gould.cx>
Moving around the plugins, and disabling the feature. I've put all
the functionality into the internal directory. This should allow for
the features to be used until plugins could work. Also, adding in
features to do autogui with the parameters of a given extension.
2005-04-09 Bryce <bryce@bryceharrington.org>
C++-ification. Created some C++ wrapper member functions for
SPView and SPSVGView, to enable Gtkmmification of SPDesktop
2005-04-09 MenTaLguY <mental@rydia.net>
excise STL abuse, and fix up the glib list iterators
2005-04-09 MenTaLguY <mental@rydia.net>
combined several different 64-bit cleanness patches
2005-04-08 Jon Phillips <jon@rejon.org>
added copyright statements about dialog manager code I wrote.
2005-04-08 MenTaLguY <mental@rydia.net>
renaming Inkscape::Selection methods that deal with XML::Nodes
2005-04-08 MenTaLguY <mental@rydia.net>
2005-04-06 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
New functions: utf8 wrappers around g_dir_open, g_dir_read_name.
2005-04-02 Bryce Harrington <bryce@bryceharrington.org>
: Implementing preliminary load-from-URI functionality.
2005-04-02 MenTaLguY <mental@rydia.net>
more debugging info for incomplete transactions
2005-04-02 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2005-04-01 Jon A. Cruz <jon@joncruz.org>
Added UI for switching palettes
2005-04-01 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
*
src/style.cpp (sp_style_merge_from_dying_parent): New function to
combine the styles of the <use> element and its ghost child when
2005-03-31 Jon A. Cruz <jon@joncruz.org>
2005-03-31 Jean-François Lemaire <jflemaire@skynet.be>
2005-03-30 Jean-François Lemaire <jflemaire@skynet.be>
2005-03-24 Jon A. Cruz <jon@joncruz.org>
2005-03-27 Jon Phillips <jon@rejon.org>
deleting, and getting and fixed toolboxes to be static with no
2005-03-26 Bryce <bryce@bryceharrington.com>
gtkmm. Incorporating Messages dialog.
2005-03-24 MenTaLguY <mental@rydia.net>
2005-03-24 Jon A. Cruz <jon@joncruz.org>
Refactoring previewable functionality to be more generic
2005-03-24 cyreve <cyreve@users.sourceforge.net>
functions for applying style to selected text, and wire them
2005-03-23 Jon Phillips <jon@rejon.org>
2005-03-23 Jon A. Cruz <jon@joncruz.org>
Preliminary work for 'Previewable' interface.
2005-03-23 cyreve <cyreve@users.sourceforge.net>
with accent glyphs and suchlike
alignment to startOffset on new textpath elements, fixes bug
2005-03-22 MenTaLguY <mental@rydia.net>
SPSelection -> Inkscape::Selection
2005-03-22 cyreve <cyreve@users.sourceforge.net>
2005-03-21 Jon Phillips <jon@rejon.org>
so that I could get color values. Removed option from application
2005-03-21 MenTaLguY <mental@rydia.net>
retired old Glib list to Util::List adaptor and replaced it with
new iterator classes that directly wrap the Glib list types
2005-03-21 cyreve <cyreve@users.sourceforge.net>
selection doesn't show when it starts at the end of a line
selection, and displayed selection not removed on overtype
selection, and an implementation for text on a path
2005-03-18 MenTaLguY <mental@rydia.net>
cleaned up the selection API slightly
2005-03-20 cyreve <cyreve@users.sourceforge.net>
createSelectionShape() work
text on a path when x/y coordinates are set
before start of path and calculate bounding box correctly when
2005-03-14 Jon A. Cruz <jon@joncruz.org>
Initial cut of swatches panel.
2005-03-19 cyreve <cyreve@users.sourceforge.net>
multiple-character clusters in rtl text is wrong (bug 1166603)
correctly when it's a percentage (remnants of bug 1124722)
storing cursor position. Fixes bug 1093660 related to rtl cursor
backend cursor movement functions properly for multidirectional
Layout-TNG.h: obey text-align attribute when fitting text to a
startOffset attribute to textpath and fix bugs in it
xml:space=preserve elements
put before strings immediately following para elements, and
deleting line breaks copies style wrongly
2005-03-18 MenTaLguY <mental@rydia.net>
renamed node-fns-tree to node-fns, and moved sp_repr_prev etc
into Inkscape::XML namespace (as
e.g. previous_node)
2005-03-18 cyreve <cyreve@users.sourceforge.net>
first line sometimes goes wrong
spurious line break added before text in text and font dialog
for line-height:normal and use it consistently
2005-03-17 MenTaLguY <mental@rydia.net>
whoops, we were calling the 'children' vfunc rather than
'last_child' when appending, hence the bug... fixed now.
2005-03-17 cyreve <cyreve@users.sourceforge.net>
attributes on tspans set wrongly when alignment != left (bug
elements, ie allow first tspan not to have role=line
immediately after creating text
numerical problems when line-height is set
objectify SPFlowtext and rearrange its updating a tiny bit
slightly objectify SPText & rearrange updating code, also fixes
bug causing all letters to appear on top of each other
multiple times when x or y attributes set
2005-03-16 cyreve <cyreve@users.sourceforge.net>
flowtext to text-editing & rename them. Also fixes crash on
position cursor correctly in empty text objects
to the end of a group - big improvement for tile clones
breaks with preceding para tag, finish abstracting line
off-by-one in some cases of wrapped text
2005-03-15 cyreve <cyreve@users.sourceforge.net>
positioning work right in counterdirectional spans in fully
keyboard to be more precise
new styles, and workaround build breakage when pango < 1.8
wiring up full justification to old attribute & fixing bugs in
it, which turned in to a major refactoring of layout code
2005-03-14 Jon Phillips <jon@rejon.org>
Added showpageshadow preference to document preferences. Set to
on automatically and saves with document if off.
2005-03-14 MenTaLguY <mental@rydia.net>
added virtual accessor for last child
2005-03-14 Jon A. Cruz <jon@joncruz.org>
Added rough cut of initial extensions panel and dialog.
2005-03-13 Bryce Harrington <bryce@bryceharrington.org>
Integrating Transformation dialog. Removing hardcoded paths.
Adding icons needed by transformation dialog
Moving units into ui/ subdir. Dunno if this is the best
location for them, but pjrm thought it'd be ok for now.
2005-03-13 cyreve <cyreve@users.sourceforge.net>
kerning when align != left, and fix linespacing < 100
implement line-height css property, & fix percentage handling in
2005-03-12 MenTaLguY <mental@rydia.net>
Renamed Path namespace to Inkscape::NodePath, to avoid conflict
2005-03-12 Kees Cook <kees@outflux.net>
2005-03-12 MenTaLguY <mental@rydia.net>
'write' method to be passed the object's own XML node; account for this.
2005-03-12 MenTaLguY <mental@rydia.net>
2005-03-12 MenTaLguY <mental@rydia.net>
ListContainer::max_size()
2005-03-12 Jon A. Cruz <jon@joncruz.org>
Initial addition of Panel.
2005-03-12 cyreve <cyreve@users.sourceforge.net>
add xml:space to generated elements
to SPStyle and rearrange some of the existing ones, also remove
spurious warning on applying kerning
2005-03-11 cyreve <cyreve@users.sourceforge.net>
tspan and textpath into one class
incorrectly scaled (and other problems)
2005-03-10 cyreve <cyreve@users.sourceforge.net>
deleting line break, & fix various compile issues
text layout (and some text editing) code
2005-03-07 Kees Cook <kees@outflux.net>
2005-03-07 Jon A. Cruz <jon@joncruz.org>
Initial cut of icon preview.
2005-03-05 Bryce Harrington <bryce@bryceharrington.org>
Broke out editor-impl class to its own file. Continued getting
the new interface to the point where it'll load and run.
Migrating some of the UI definition stuff into main codebase
2005-03-05 Jon A. Cruz <jon@joncruz.org>
Purging PixBufFactory and sp_icon_new_scaled.
2005-03-05 Jon A. Cruz <jon@joncruz.org>
to be deferred and react to theme changes on-the-fly.
2005-03-05 Bryce Harrington <bryce@bryceharrington.org>
Adding Application::AppPrototype class
Changing member function getImpl() to getWindow()
2005-03-04 Jon A. Cruz <jon@joncruz.org>
GtkImage widgets directly.
2005-03-03 MenTaLguY <mental@rydia.net>
2005-03-02 Jon A. Cruz <jon@joncruz.org>
2005-03-02 Jon A. Cruz <jon@joncruz.org>
Initial pass removing hardcoded icon sizes.
2005-03-01 MenTaLguY <mental@rydia.net>
(miforbes@mbhs.edu) to support gradient fills in Postscript
2005-03-01 MenTaLguY <mental@rydia.net>
begin migration of notification interface to use NodeObserver
rather than NodeEventVector
2005-03-01 MenTaLguY <mental@rydia.net>
reworked listener list to use Util::ListContainer
2005-03-01 MenTaLguY <mental@rydia.net>
added new generic algorithm
2005-03-01 MenTaLguY <mental@rydia.net>
tests and fixes for Util::ListContainer
2005-03-01 MenTaLguY <mental@rydia.net>
use in-tree copy of cxxtest
add Util::List-based STL container
* Fixed an improper conversion of sp_repr_document_merge that was causing
extra data being written to the prefrences file every time inkscape
* Replaced all sp_repr_set_content calls with direct call to
* Replaced all sp_repr_merge calls with direct call to
* Removed inline sp_repr_document_merge because it wasn't used anywhere.
* Removed inline sp_repr_set_content because it wasn't used anywhere.
2005-02-26 MenTaLguY <mental@rydia.net>
* cxxtest: imported cxxtest tree
2005-02-24 Jon A. Cruz <jon@joncruz.org>
Refactoring input filename conversion and fallback.
2005-02-22 Jon A. Cruz <jon@joncruz.org>
Refactoring sp_main_*. Adding cleanup phase on extracted filename list.
2005-02-22 Bryce Harrington <bryce@bryceharringotn.org>
2005-02-22 Ted Gould <ted@gould.cx>
Changing the effects menu to be driven by the preferences file so that the
file can be the same whether or not the effects are shown.
2005-02-22 MenTaLguY <mental@rydia.net>
use Inkscape::Util::List for attribute lists, and sprinkle some
appropriate 'using's in to make things less verbose
2005-02-22 Jon A. Cruz <jon@joncruz.org>
Better catching of problematic filenames.
Made segv handler only use dialog box when app is using a gui.
2005-02-22 Ted Gould <ted@gould.cx>
Changing the API of the effects preferences so that it doesn't use
sockets and plugs anymore. Now there is a generic widget passed down so
that should work on every platform.
Fixing the grid so that it uses the right axis.
Adding some cool new effects, well, they're not really done yet,
but getting the basis code into CVS so I don't loose it :)
2005-02-21 MenTaLguY <mental@rydia.net>
added Inkscape::XML::InvalidOperationException
avoid a second indirect function call from SimpleNode::appendChild
* Replaced all sp_repr_attr calls with direct call to
* Replaced all sp_repr_document_unref calls with direct call to
Inkscape::GC::release(...).
* Removed iinline sp_repr_document_ref because it wasn't used anywhere.
2005-02-20 MenTaLguY <mental@rydia.net>
2005-02-19 MenTaLguY <mental@rydia.net>
renamed header files to match new class names
2005-02-19 MenTaLguY <mental@rydia.net>
SPRepr -> Inkscape::XML::Node
SPReprDoc -> Inkscape::XML::Document
SPReprAttr -> Inkscape::XML::AttributeRecord
SPReprAction -> Inkscape::XML::Event
SPReprEventVector -> Inkscape::XML::EventVector
SPReprListener -> Inkscape::XML::NodeListener
2005-02-19 Jon A. Cruz <jon@joncruz.org>
Fixing .svgz Inkscape save and adding .svgz Plain save.
2005-02-18 Jon A. Cruz <jon@joncruz.org>
Adding initial version of CxxTest test cases.
2005-02-17 Jon A. Cruz <jon@joncruz.org>
decompression to be streammed and removed hardcoded limit.
2005-02-17 MenTaLguY <mental@rydia.net>
rewrote "last desktop standing" test to not suck
* Replaced some sp_repr_attr calls with direct call to
2005-02-16 John Cliff <simarilius@yahoo.com>
Added a dialog that allows you to arrange the selection
in a grid pattern with user defined spacing.
its in objects->grid arrange...
* Replaced inline function sp_repr_name with direct call to
* Replaced inline function sp_repr_content with direct call to
* Replaced inline function sp_repr_has_attr with direct call to
repr->matchAttributeName.
2005-02-15 MenTaLguY <mental@rydia.net>
removed unused SPDocument::advertize
2005-02-14 MenTaLguY <mental@rydia.net>
2005-02-14 SwinginCelt <swingincelt@gmail.com>
* Replaced inline function sp_repr_set_position_absolute with
direct call to repr>->setPosition.
2005-02-13 Bryce <bryce@bryceharrington.org>
into the execution path. Now its run() routine is called from
Initial import of the gtkmm code. These are mainly
unimplemented stubs, but have few dependencies so are easy to
2005-02-12 MenTaLguY <mental@rydia.net>
SPDocument is now a "real C++ class", managed by the garbage collector
2005-02-12 MenTaLguY <mental@rydia.net>
switched SPDocument to sigc++ signals
2005-02-12 Kees Cook <kees@outflux.net>
my "configure" changes. Was dumb and forgot about native compiles on
Quester during Debian packaging.
2005-02-11 Kees Cook <kees@outflux.net>
added explicit ctrl-w. since gtk already binds it, we may as well show it.
2005-02-10 Jon A. Cruz <jon@joncruz.org>
SHGetSpecialFolderLocation. Fixes bug #1085641
2005-02-10 MenTaLguY <mental@rydia.net>
2005-02-10 MenTaLguY <mental@rydia.net>
get rid needless uses of SP_IS_DOCUMENT (if we can't trust the
compiler's type checking, what can we trust?)
2005-02-10 MenTaLguY <mental@rydia.net>
2005-02-10 Kees Cook <kees@outflux.net>
expect version numbers to get updated. Including mingw files in dist
2005-02-10 Jon A. Cruz <jon@joncruz.org>
Adding internal .svgz load and save extension.
Probable fix for bugs #1074996, #1050361, #925033, #1052307
2005-02-08 Kees Cook <kees@outflux.net>
for export dialog paths. Closes bug #1114714.
2005-02-08 Ted Gould <ted@gould.cx>
2005-02-01 Kees Cook <kees@outflux.net>
direction. Fixes my "default prefs don't show attrs" bug.
added explicit initializations to keep valgrind happy.
cleaning up memory leaks detected by valgrind.
there are conflicting matching modules.
expected. Non-functioning modules are not listed in file dialogs.
work correctly for multi-byte characters. See bug 1086769.
2005-01-31 Jon A. Cruz <jon@joncruz.org>
sanitize messages before passing to display dialogs.
2005-01-31 Kees Cook <kees@outflux.net>
routine to work around a Pango crash bug. This can be removed once
Pango is fixed. See bug #1025565. Actually, I figured out a fix.
In an attempt to start debugging print rendering, I've added the
Print::comment function so that SPItem boundries can be easily
Added printout comments for print debugging. Fixed dash output
2005-01-30 Jon A. Cruz <jon@joncruz.org>
strings with invalid UTF-8 for display.
2004-01-30 Kees Cook <kees@outflux.net>
using Jon Cruz's new mkdir function. Getting Win32 to compile the
"io" directory. Closes bug #1107305.
g_file_test with new Inkscape::IO::file_test since g_file_test isn't
fixed up crash-save location to be utf8-okay.
spiral's t0 wasn't working. Closes bug #1075640.
2004-01-28 MenTaLguY <mental@rydia.net>
efficiency fixes which should be helpful when loading large documents
2005-01-29 Jon A. Cruz <jon@joncruz.org>
Refactored open routine to better location.
2004-01-28 Kees Cook <kees@outflux.net>
*
src/main.cpp: calling new SPRepr methods instead of inline wrappers.
2004-01-27 MenTaLguY <mental@rydia.net>
SimpleNode::lastChild() and SimpleNode::appendChild() are now
2004-01-26 MenTaLguY <mental@rydia.net>
2005-01-25 Jon A. Cruz <jon@joncruz.org>
2005-01-25 MenTaLguY <mental@rydia.net>
2005-01-25 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Removed `Folio' pagesize (which means a different paper size to
different people; will Folio be missed? If so, can we improve
Note that these differ from ghostscript's idea of page sizes;
possible problems (fuzziness from antialiasing).
(Note also that our previous sizes differed even more from
Coalesced Ledger and Tabloid to a single entry (11x17in);
previously they differed in size.
Changed Icon 16x16 from 16pt to 16px; similarly Icon 32x32 and
2004-01-24 MenTaLguY <mental@rydia.net>
2004-01-23 Ted Gould <ted@gould.cx>
Adding in functionality to write out an error log based on the failing to
load of extensions. There is also a new error dialog that appears if one
or more fail to alert the user and tell them where the error log is
stored. In the log there is more complex descriptions of what failed.
2004-01-23 MenTaLguY <mental@rydia.net>
2004-01-23 MenTaLguY <mental@rydia.net>
URI for the standard xml: prefix
sp_repr_document_createTextNode(), made SPRepr and SPReprDoc abstract
interfaces, and moved the SPRepr implementations into separate files
in the Inkscape::XML namespace
2004-01-22 MenTaLguY <mental@rydia.net>
added Inkscape::XML::Session and Inkscape::XML::TransactionLogger
to provide a new interface for transactions, rather than doing it from
2004-01-22 MenTaLguY <mental@rydia.net>
moved repr loging behind generic observer interface
2005-01-22 Ted Gould <ted@gould.cx>
Fixing 1103001. Now major grid lines work alot more like you
2005-01-21 MenTaLguY <mental@rydia.net>
renamed Util::SharedCString to Util::SharedCStringPtr, which is
more descriptive of what it actually is
2005-01-21 MenTaLguY <mental@rydia.net>
simplify the cacheing of repr position indices, and make it something
that can work with an abstract interface
2005-01-20 Kees Cook <kees@outflux.net>
*
src/file.cpp: added some debug output to help bulia debug bug #1102318.
2005-01-19 Kees Cook <kees@outflux.net>
to match other GTK applications.
2005-01-18 Kees Cook <kees@outflux.net>
Added basic theme support! Whee!
icons are themable now. We should stick to our original look.
to tweak background: looks like doc background isn't imported.
2005-01-17 MenTaLguY <mental@rydia.net>
Made all SPRepr fields private, and moved most functionality into
member functions. Also shuffled SPReprDoc members, to avoid
need for SPReprDoc to be finalized.
2005-01-17 Kees Cook <kees@outflux.net>
few mirrored arrows until marker transforms are finished.
2005-01-16 MenTaLguY <mental@rydia.net>
2005-01-15 MenTaLguY <mental@rydia.net>
Removed attribute setting callback, and decoupled ids and
object/repr bindings (object <-> repr associations are now remembered directly,
though ids are still tracked too).
This means it is now possible to set a null id on an object without
anything breaking (hopefully). For now we will still assign ids
to everything by default...
2005-01-15 MenTaLguY <mental@rydia.net>
remove all veto callbacks but setting attributes
2005-01-15 Kees Cook <kees@outflux.net>
Using ngettext for plural localized strings. Please try to keep this
replacements from Andreas Nilsson. Fixed some mistakes in the earlier
changes (need to call sp_icon_new_scaled not sp_icon_new).
2005-01-14 MenTaLguY <mental@rydia.net>
*
src/gc.cpp: leave the free space multiplier at the default, which
will hopefully (according to Hans) avoid some of the odd gc issues
we've had, if nothing else does
2005-01-14 Kees Cook <kees@outflux.net>
Fixed up code and replaced pixmaps with icons from myself and
2005-01-11 MenTaLguY <mental@rydia.net>
2005-01-08 MenTaLguY <mental@rydia.net>
abstracted allocation of anchors
2005-01-06 Ted Gould <ted@gould.cx>
Changing the effects preferences so that it uses sockets and plugs which
will allow out of process GUIs to work too. This is a first pass with
nothing beautiful, but it does seem to work.
2005-01-03 MenTaLguY <mental@rydia.net>
get rid of ugly xmlns hacks
automatically include xmlns declarations for the required namespaces,
and make a best effort at using a default namespace when requested
2005-01-02 Kees Cook <kees@outflux.net>
due to svg: prefix change.
2005-01-02 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
When calling sp_css_attr_scale, change the expansion calculation
to use fontsize_expansion().
2005-01-01 Kees Cook <kees@outflux.net>
created "modulelist" to maintain initialization order for extension
2004-12-31 MenTaLguY <mental@rydia.net>
cosmetic use of prefixes in output files (and eventually more proper
namespace handling for output as well)
2004-12-31 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
The result should be closer to what CorelDraw, XaraX, Canvas 7 and
Expression3 do according to vellum, though I don't know the exact
2004-12-25 Ted Gould <ted@gould.cx>
Futher improvements to the grid plugin. This involves mostly adding in
parameters at this time, but, ofcourse, I never implemented floating
point parameters -- so that had to be done first. More modular code so
that things can be adjusted externally better.
2004-12-25 Ted Gould <ted@gould.cx>
Adding in a new effect plugin, grid. It draws a grid on the canvas which
is just an easy way to do some neat things. It is mostly done, but still
needs cleanup. Some other files required modification to make this
2004-12-25 MenTaLguY <mental@rydia.net>
2004-12-25 Ted Gould <ted@gould.cx>
Changing to use "svg:g" instead of "g" for the group.
Final stuff to get Effects working as well as the did before, which
is okay, but not great. This involved changing the API to get an SPView
instead of an SPDocument because then I can get the selection information
from the view that is being used.
2004-12-24 MenTaLguY <mental@rydia.net>
cleaned out unused code and unhygenic macros, as well as fixing
constructors for text and comment nodes
2004-12-24 Ted Gould <ted@gould.cx>
Okay, now the effects menu really works! Well, the implementation seems
to be broken, but the wrapper seems to be all working.
2004-12-24 Ted Gould <ted@gould.cx>
Getting the Effects menu basically working. This included some fixes to
the verbs where they were incrementing the database incorrectly. The
effects are the first component to take advantage of the dynamically
created verbs, and exercised new code. Now the basic menu is available,
but there is no functionality there.
2004-12-24 Ted Gould <ted@gould.cx>
Basic code for the effects menu.
Changing the DB access functions to use std::list instead of GSList so
that it is more standard, and we get rid of a specialized class that
really isn't that useful. Less memory usage, and fixes a leak.
Adding in a "Last Effect" to be used in the menus.
Adding in the timer functions so that modules will unload in a given
amount of time. For more information on this read the documentation
in the files. Kinda a lazy deallocation.
Fix unload so that it is not recursive.
2004-12-23 MenTaLguY <mental@rydia.net>
use normalized qnames for SVG elements too
2004-12-23 Kees Cook <kees@outflux.net>
adding Perl and Python compile tests. Corrected library locations.
added
config.h, and some small debugging for myself. Hope Bob doesn't
2004-12-22 Kees Cook <kees@outflux.net>
2004-12-20 David Turner <novalis@gnu.org>
Fixed bug with gradient stops at 0 and 100%. Closes 1085920.
2004-12-18 Bob Jamison <rjamison@titan.com>
New files that enable embedding of scripting languages
in Inkscape. Currently using Swig to embed Perl and Python.
Allow opting for perl or python with --with-perl=yes|no
2004-12-15 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
New convenience functions for strcmp(a,b)==0 etc.
Fix when base is a string prefix of path but a directory prefix
2004-12-10 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix for
undo/save: wasn't calling updateRepr().
2004-12-09 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
More standards-conforming parsing of style strings into prop:value
2004-12-08 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix bug with specifying stroke-width with unit of em or ex.
(We were ignoring the number, treating it as 1em or 1ex.)
sp_style_write_string, sp_style_write_difference):
Allow `inherit' as a value for dasharray.
(Also plug small memory leak in sp_style_read_dash.)
2004-12-07 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix for when stroke-dasharray either explicitly set to `none', or
Fix: preserve explicit `inherit' request.
* (sp_style_read, sp_style_merge_property):
Allow explicit `inherit' for `display' property.
Fix copy&paste bug affecting `visibility' and `display' properties.
2004-12-07 David Turner <novalis@gnu.org>
Fixed dash rendering bug (#1077213)
2004-12-06 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
required by SVG 1.1. (No functional change, insofar as the new
values all have the same behaviour as our existing `block' value
rather than `block' as our generic display value meaning `don't hide
abbreviations lr etc. (Also add comment saying why.)
2004-12-03 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix segfault: treat NULL as empty string for display purposes.
2004-11-30 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
(sp_svg_boolean_read, sp_svg_write_percentage):
Remove these unused functions.
(sp_svg_length_read_lff, sp_svg_number_write_d,
sp_svg_number_write_i): Mark static.
When adding -lgc to LIBS, also add its dependencies -lpthread -ldl.
2004-11-28 Ted Gould <ted@gould.cx>
2004-11-25 MenTaLguY <mental@rydia.net>
sigc++ apparently doesn't deal with reference arguments very well
2004-11-25 MenTaLguY <mental@rydia.net>
2004-11-25 MenTaLguY <mental@rydia.net>
LayerPropertiesDialog is no longer a singleton, since it's kind of a
per-desktop (well, ideally per-document) thing. Remaining to do:
fix update of layer selector widget, and eliminate leak of dialog
2004-11-24 Kees Cook <kees@outflux.net>
*
inkscape.spec: added SMP flags, added static library link capability.
2004-11-24 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Do nothing if empty curve; in particular, don't try to close an
Fix use of uninitialized value when snapping.
2004-11-23 Bryce Harrington <bryce@bryceharrington.org>
layers to get created when hitting enter
2004-11-23 Kees Cook <kees@outflux.net>
2004-11-23 MenTaLguY <mental@rydia.net>
removed vestigal layer renaming thing
reuse dialog for creating layers as well as for renaming them
2004-11-22 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
our current pencil tool, don't use free optimization of the end
2004-11-21 MenTaLguY <mental@rydia.net>
2004-11-21 Bryce Harrington <bryce@bryceharrington.org>
functionality, and making it show correctly.
2004-11-21 Kees Cook <kees@outflux.net>
fixed a dumb error in my metadata _release handler. Should mostly
created some example SPObject implementations for a basis for any
new SPObjects in the future.
Added immutability test to actually close 1069772.
icons for the "new" menu, vacuum, reverse, make bitmap, and trace.
2004-11-20 Jon A. Cruz <jon@joncruz.org>
Added extension matching pattern. Fixed bug 1064888.
Fixed previewing bug 1067551.
2004-11-20 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Add splitpoints parameter. Callers updated.
(sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full):
Change last parameter from lg_max_beziers to max_beziers.
2004-11-19 Bryce <bryce@bryceharrington.org>
2004-11-18 Bryce <bryce@bryceharrington.org>
Adding a layer properties dialog for renaming layers
2004-11-16 MenTaLguY <mental@rydia.net>
removed Widgets::DocumentTreeModel because unused
cache successive sibling counts (self+subsequent siblings) in SPRepr
to make sp_repr_n_children() and sp_repr_position() more efficient,
which will be needed later for
e.g. GTK tree models.
sp_repr_nth_child() isn't any faster as a result of the changes,
but it probably won't need to be
2004-11-15 MenTaLguY <mental@rydia.net>
*
src/gc.cpp: add initial stubs that print an informative error
if the GC functions are used before Inkscape::GC::init() is called
2004-11-14 MenTaLguY <mental@rydia.net>
make disabling the collector a run-time rather than a compile-time
option; there are now three garbage collector options, selectable
by setting the _INKSCAPE_GC environment variable:
* enable - the normal collector (default)
* debug - the debugging collector
* disable - use standard malloc in place of the libgc allocator
2004-11-14 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
sp_bezier_fit_cubic, sp_bezier_fit_cubic_r, and around corner nodes.
choose the middle control points freely except to the extent required
If either end tangent is specified as zero then estimate the
corresponding control point without constraining its direction
(fit_and_split, sp_pencil_context_init): Explicitly remember required
tangent instead of using "first two points" hack.
Detect & prevent "ghost spikes", by allowing a corner node if
the specified tangent would result in a spike.
of the case of infinite solutions for the lengths of the two
tangent vectors: try requiring that the lengths equal each other,
and solving for that length (just one variable).
2004-11-13 Kees Cook <kees@outflux.net>
2004-11-12 MenTaLguY <mental@rydia.net>
remove
stdint.h which isn't being used here
icon greys out when insensitive
2004-11-11 Kees Cook <kees@outflux.net>
correctly so undo's don't blow up an active
resize/move. Closes
2004-11-11 MenTaLguY <mental@rydia.net>
removed stale autotrace support code
2004-11-10 MenTaLguY <mental@rydia.net>
done with it (fixes bug #1063054)
2004-11-10 Kees Cook <kees@outflux.net>
2004-11-09 MenTaLguY <mental@rydia.net>
between SVGPreview::setFileName and SVGPreview::setFromMem that
was leaking bitmap image preview SPDocuments
2004-11-09 Bryce Harrington <bryce@bryceharrington.org>
2004-11-09 MenTaLguY <mental@rydia.net>
use 'display' rather than 'visibility' for hiding, and give display
a more "modern" representation in SPStyle like visibility's
2004-11-09 Kees Cook <kees@outflux.net>
added warning flash for id conflicts.
2004-11-08 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
(isExplicitlyHidden, setExplicitlyHidden): New methods.
checkbox that explicitly sets the SVG visibility property to
having a `Hide' checkbox that controls whether or not the
element has visibility:hidden. (Mitigates #1061934.)
2004-11-07 MenTaLguY <mental@rydia.net>
rather than int), and basic documentation
2004-11-06 MenTaLguY <mental@rydia.net>
to deal correctly with parent visibility
2004-11-05 MenTaLguY <mental@rydia.net>
buttons actually do something
2004-11-04 Kees Cook <kees@outflux.net>
dc:subject keyword list. Closed bug #1021025.
editor. added row-change callback for XML tree view. This
all supports a possible future solution to bug #869683.
2004-11-04 MenTaLguY <mental@rydia.net>
changes (make current layer bold)
2004-11-03 MenTaLguY <mental@rydia.net>
added Inkscape::Widgets::shrink_wrap_button, to make any gtk button
an SPButton-like shrink-wrapped button
abandon SPButton for layer selector buttons
2004-11-03 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
in the <b>translated strings. (~10 such problems found.)
varying permissiveness of errors).
2004-11-02 MenTaLguY <mental@rydia.net>
2004-11-01 Kees Cook <kees@outflux.net>
2004-11-01 MenTaLguY <mental@rydia.net>
2004-10-31 MenTaLguY <mental@rydia.net>
save the repr next to the SPObject
2004-10-30 MenTaLguY <mental@rydia.net>
2004-10-30 Bryce Harrington <bryce@bryceharrington.org>
stubs, disabling some more of the desc code to prevent crash.
The change to SPObject::label() broke the label editing code;
2004-10-30 Kees Cook <kees@outflux.net>
I've created my very first SPObject! SPMetadata is alive! No
more nasty hack to have it disappear from SVG Plain. Mental
won't have to take away my CVS access any more! :)
2004-10-30 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix for last commit to this file, which broke src==dest case.
2004-10-30 MenTaLguY <mental@rydia.net>
2004-10-29 Kees Cook <kees@outflux.net>
2004-10-29 MenTaLguY <mental@rydia.net>
2004-10-29 Bryce Harrington <bryce@bryceharrington.org>
inkscape:label from "Item Properties", remove id setting from
"Item Properties", switch to using
SPObject::label()/SPObject?::defaultLabel() in UI where object
ID is currently used. Documenting. Switching from "label" to
"inkscape:label" where appropriate. Adding
visible()/setVisible() functions and activating checkbox.
Adjusting layout of dialog a bit. Changing to use of tables
instead of
horiz/vert boxes for layout. Setting to inactive
until some underlying bits get finished.
2004-10-29 Kees Cook <kees@outflux.net>
into the dialog state variables. Closes bug #993447.
2004-10-29 Jon A. Cruz <jon@joncruz.org>
Refactoring filenames and file opening
Scales imported images if DPI is known and not 72 DPI. Fixes
2004-10-29 MenTaLguY <mental@rydia.net>
unselect objects when layer is manually switched
2004-10-28 Kees Cook <kees@outflux.net>
Fixing calls to sp_document_set_undo_sensitive to correct allow for
nesting, as suggested by mental. Found while tracking down bug
2004-10-28 MenTaLguY <mental@rydia.net>
documentation and maybe fixes for g++ 3.4 (if required), this
is the last set of changes I will need to make.
adjust for changes in the list class' interface
removed old layer selector and added SPDesktop::itemIsHidden()
more work; it's now at least as functional as the old selector it
2004-10-27 Kees Cook <kees@outflux.net>
call to get true == comparison of NR::Rect's. Closes bug #1048614.
of Image::Magick module. Closes bug #990659.
find dialog instantiation. Closes bug #1048802.
2004-10-27 Carl Hetherington <inkscape@carlh.net>
2004-10-26 Carl Hetherington <inkscape@carlh.net>
save has happened, in case it fails. Fixes 1004134.
2004-10-25 Bryce Harringotn <bryce@bryceharrington.org>
for png export code so that failure to write can be tracked.
Adding an error dialog for when this occurs. Fixes bug 1038932.
so won't crash when running from commandline. Fixes bug
Adding Inkscape::Application::use_gui flag as temporary hack to
prevent gui dialogs from being used when running from
commandline. Fixes bug 1045067.
2004-10-26 Carl Hetherington <inkscape@carlh.net>
introduced that cause crashes on cut path.
2004-10-25 Kees Cook <kees@outflux.net>
I promise I'll fix this with a proper SPObject soon.
2004-10-25 Jon A. Cruz <jon@joncruz.org>
Refactoring filenames and file opening
2004-10-24 MenTaLguY <mental@rydia.net>
traits for determining the type to make a copy of a value
let the list functions infer their own result type (where possible)
2004-10-23 MenTaLguY <mental@rydia.net>
more layer selector work; simplfied model and customized CellRenderer
add inkscape:label attribute
2004-10-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
New function is_zero. Move is_unit_vector here
todo printf and adding a comment explaining.
2004-10-22 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
return NaN (rather than unspecified behaviour).
snapping and snap-to-anchor.
2004-10-21 MenTaLguY <mental@rydia.net>
the current layer hierarchy just like SPDesktop::currentLayer();
doubly so, since currently when switching documents the layer hierarchy
is updated before the document is switched
more work on layer selector
2004-10-21 Carl Hetherington <inkscape@carlh.net>
path description structs into their own files, and rename a few
2004-10-20 Carl Hetherington <inkscape@carlh.net>
2004-10-19 Carl Hetherington <inkscape@carlh.net>
std::vector for Path::pts.
2004-10-18 Carl Hetherington <inkscape@carlh.net>
temporary comments for myself.
2004-10-17 MenTaLguY <mental@rydia.net>
2004-10-15 Carl Hetherington <inkscape@carlh.net>
pseudo_douglas_pecker code that wasn't being used.
2004-10-15 MenTaLguY <mental@rydia.net>
*
src/view.h: removed obsolete status message functions
2004-10-14 Ted Gould <ted@gould.cx>
Changing the filename extension that is used to identify Inkscape
extensions to the one specified in the design document.
2004-10-14 MenTaLguY <mental@rydia.net>
2004-10-13 MenTaLguY <mental@rydia.net>
fixes to (hopefully) build with g++ 3.4 (and generally be less evil
2004-10-14 Carl Hetherington <inkscape@carlh.net>
refactoring, removal of dead code.
Path::path_lineto and Path::path_lineto_b.
2004-10-14 Carl Hetherington <inkscape@carlh.net>
std::vector for arrays in FloatLigne.
lots of dead code. Make some methods private.
2004-10-12 MenTaLguY <mental@rydia.net>
Inkscape::Algorithms::longest_common_suffix
removed; these algorithms are no longer necessary when using
that can also be used as an STL iterator
given a base pointer type and a type which defines the iteration
specific applications of Inkscape::Util::ForwardPointerIterator)
iterator-based implementations
pointer iterator facility
2004-10-12 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
(sp_bezier_fit_cubic_r, sp_bezier_fit_cubic_full): Change the meaning
of the last parameter: was max_depth, now lg_max_beziers, with the
relationship lg_max_beziers = max_depth + 1. Callers updated.
Add g_return_if_fail for some conditions that would break structural
integrity, and add a TODO comment indicating incompleteness.
Use sp_repr_prev function.
(sp_repr_prev_sibling): Rename to sp_repr_prev for consistency
with sp_repr_next. Don't consider it an error for child to be
NULL or parentless. Callers updated.
spdc_flush_white): Misc readability cleanups.
reversed curve wrongly included a trailing moveto command. (Bug
introduced in my 2004-09-05 change: one of the callers I didn't
know how to cause to run.)
2004-10-12 Ted Gould <ted@gould.cx>
Moving all of the dependency stuff from the scripts, up to the root
extension level. This means that everyone can have dependencies, and
dependency checking (a good thing). This makes use of the new
'Dependency' class that is also in the extension directory.
2004-10-11 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
many functions, fixing some illegal union aliasing along the way (as
was done for sp_pen_context_root_handler).
5 now that we aren't sharing with SPPencilContext.
Move npoints,p from SPDrawContext to both SPPenContext and
2004-10-10 Ted Gould <ted@gould.cx>
Splitting out the different types of extensions into their own files so
that the overall dependencies can be reduced. Caused a ripple through
lots of other files. Hopefully the dependency situation is better now.
2004-10-10 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Change xp,yp file globals to NR::Point pen_draw_origin_w.
Split into many routines. Fix some illegal union member aliasing.
(pen_handle_key_press): Minor code cleanups in backspace handling.
(pen_handle_motion_notify): Make tolerance var local instead of
file-global. (This transformation is applicable to many
Change argument type from SPDrawContext to SPPenContext, and
specialize definition accordingly. Caller updated.
2004-10-07 Carl Hetherington <inkscape@carlh.net>
the .cpp file and make it doxygen-style.
nasty hack in the outlining code.
use std::vector for Path::descr_cmd.
2004-10-07 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
element name and sodipodi:type attribute value: use a separate table
Don't export this function. (Also rename it to name_to_gtype and
change its definition for separate tables.)
2004-10-03 Kees Cook <kees@outflux.net>
Since "dc:title" can appear at multiple XML levels, a way to
control max depth in searching was added. (Closes bug #1009290)
2004-09-30 MenTaLguY <mental@rydia.net>
get the layer selector sort of in more order
2004-09-28 Ted Gould <ted@gould.cx>
Making it so that actions get deleted as views get destroyed.
2004-09-27 Ted Gould <ted@gould.cx>
Wow, alot of files changed. The ones that changed the most are
verb.cpp and
verb.h, which are almost entirely different. What happened
here is the verbs were made object oriented. So, as the verbs
are built into everything, lots of files changed. Now the code
for the verbs is much cleaner, and I think a little bit faster.
Also, it will be easier to extend the verbs for use in effects.
2004-09-26 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Get rid of operator NR::translate(), which was allowing
*implicit* (and typically lossy) conversion to NR::translate,
and which made a bug hard to find.
first test that tests an SPObject.
2004-09-24 MenTaLguY <mental@rydia.net>
"select all" and "clear" now operate on the current layer rather than on
keyboard shortcuts and fixes for layer verbs
2004-09-23 MenTaLguY <mental@rydia.net>
return id of flashed messages so they are cancellable
message context flashes now supercede one another, as regular
messages do (they do not supercede regular messages though)
initial stab at layers menu; not everything works the way it should
added flash methods to Inkscape::MessageContext
eliminate more sources of leaks; managed objects shouldn't use refcounts
2004-09-21 MenTaLguY <mental@rydia.net>
move Inkscape::GC::init out-of-line, and funnel GC warnings through
2004-09-21 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Change to using NR::Matrix instead of NRMatrix. Update caller.
sp_gradient_get_gs2d_matrix, sp_gradient_set_gs2d_matrix):
New NR::
Matrix/NR::Rect versions of existing functions.
2004-09-20 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
NR::Matrix. Users updated.
Add some .h files for `make dist'.
2004-09-19 MenTaLguY <mental@rydia.net>
*
src/gc-core.h: bump up free space divisor -- collections should
happen ~32x more frequently
2004-09-19 Carl Hetherington <inkscape@carlh.net>
unused parameters from calls to raster code.
2004-09-18 MenTaLguY <mental@rydia.net>
2004-09-18 Carl Hetherington <inkscape@carlh.net>
rightFoo with foo[2] in a few places. Associated cleanups.
TesteIntersection. Add some methods. Remove some unused variables.
further work on stroking; break out bezier approximation into
2004-09-10 MenTaLguY <mental@rydia.net>
beginnings of a simple alternate renderer
2004-09-09 Carl Hetherington <inkscape@carlh.net>
Shape::nbPt and Shape::nbAr private and provide accessor methods.
Clean up handling of flags in Shape class
Shape::pts to Shape::_pts, and use getPoint() wherever possible.
dg_point::totalDegree() and make use of it.
2004-09-08 MenTaLguY <mental@rydia.net>
add a --disable-gc ./configure option to omit garbage collection
from the build (the normal allocator will be used, although
memory will obviously leak since it does not get explicitly freed)
new child-count-related routines, and added mutation signals
very cursory start on new layers UI
2004-09-08 Carl Hetherington <inkscape@carlh.net>
2004-09-07 MenTaLguY <mental@rydia.net>
use std::vector for points array (seems to crash less?)
switch to glib's allocator routines, which have the expected
2004-09-07 Ted Gould <ted@gould.cx>
Some comments and some little code clean up things. Added a couple
of constructors to make life a little simpler.
2004-09-06 Ted Gould <ted@gould.cx>
Mega commit. This commit does two things, it adds in the ability to
do plugins in Inkscape. This means that there are loadable modules
that can be used for just about anything. It also provides a sample
implementation of a plugin to load GIMP gradients. This means that
GIMP gradients can be imported into Inkscape, giving a larger set of
gradients that can be used in Inkscape.
Currently, nothing here is really complete, but it is functional. The
plugins really only work for input plugins, and the GIMP gradient example
isn't very robust. They will come shortly.
2004-09-05 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Change x,y members to NR::Point.
Rename posset (spiced&spiked hot milk) to posSet as per CodingStyle.
routine returned only the last subpath, and made it an open
path. Now it preserves all aspects of the curve other than
reversing it. I believe this change makes no difference to the
draw-context and dyna-draw-context callers (though I haven't
managed to test all of these callers), whereas for the `reverse
path' command, users presumably expect the new behaviour.
(get_translation): New function.
(sp_polygon_set): Remove debugging output. Add `todo' comment.
2004-09-03 MenTaLguY <mental@rydia.net>
remember previously selected layer on load
2004-09-02 MenTaLguY <mental@rydia.net>
reintroduced the inkscape:groupmode attribute
remove USE_LIBGC macro again
2004-08-30 MenTaLguY <mental@rydia.net>
ref the object while SPObject::deleteObject runs, so it doesn't
get destroyed halfway through [ fix for bug #1012874 ]
2004-08-29 MenTaLguY <mental@rydia.net>
turn off scanning of dynamic library data segments; we don't need
it, and it seems to cause problems on FC2
2004-08-27 MenTaLguY <mental@rydia.net>
specifying 'void' for all arguments after the last
work around livarot bugs so I can use ElectricFence
make the garbage collector easy to disable by undefining
2004-08-26 MenTaLguY <mental@rydia.net>
add notification signal when resources are added or removed
2004-08-25 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix for shared string change.
Fix for when font Name() call fails.
declarations to first use.
Remove unused __SP_TEXT_C__ define.
2004-08-25 Carl Hetherington <inkscape@carlh.net>
2004-08-24 MenTaLguY <mental@rydia.net>
that will not always be the same as 'this', when I::GC::Anchored
is used via multiple inheritance.
2004-08-24 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Use strlen instead of for-loop.
Change printf to g_return_if_fail (and document that the argument
Mark the text pointer as not being written through (const).
2004-08-23 MenTaLguY <mental@rydia.net>
removed stupid default 'next' constructor arguments and force them
to be specified explicitly (and fix the omission of one, which
2004-08-22 MenTaLguY <mental@rydia.net>
introduced a GC-aware STL allocator
switch to using STL map for "id changed" signals
2004-08-21 MenTaLguY <mental@rydia.net>
rewrote interface to Boehm GC for increased flexibility; there are now
- Inkscape::GC::Managed: objects managed by the GC; replaces
- Inkscape::GC::Finalized: objects for which the GC will call
destructors automatically; replaces
Inkscape::GC::FinalizedObject
- Inkscape::GC::Anchored: managed objects which can be 'anchored'
to prevent collection while non-gc-aware
objects are holding references; replaces
Note that they no longer inherit from each other(!), so you will
need to mix-and-match via multiple inheritance. The latter two
don't do anything useful without the first, however.
adopt new GC API and header refatorings
list util/* files in util's Makefile_insert now.
employ the type system to make shared strings a little safer to use;
you can still shoot yourself in the foot, but at least now you need
to aim and pull the trigger first
reorganize transaction logging files
update for new GC API and shared strings
header refactoring and new GC API
2004-08-20 Carl Hetherington <inkscape@carlh.net>
2004-08-18 Bryce Harrington <bryce@bryceharrington.org>
2004-08-17 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Fix a uint compilation bug on Windows reported by mrchapp.
Mark a few functions as static.
2004-08-16 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Use new sp_curve_stretch_endpoints function:
i.e. preserve the
shape of the connector path.
(sp_curve_stretch_endpoints): New function.
Indicate that adv won't get written to.
Revert these files to their state prior to mental's "2004-08-08"
entry (the change made in 2004-08-09 02:23 UTC).
2004-08-11 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
SP_ATTR_CONNECTION_START, SP_ATTR_CONNECTION_END.
(sp_curve_first_point, sp_curve_last_point): New functions.
(sp_curve_transform): Re-implement with NR::
Matrix/NR::Point.
due to calculating each y coord using the new corresponding x coord
instead of the previous value.
Also add NR::translate version.
Get rid of the return value. Callers updated.
(essentially a rename of existing private partial_xform function, but
differing behaviour on encountering non-SPItem in the hierarchy).
(i2i_affine): New function (essentially a rename of existing
SPItem::getRelativeAffine). Implement SPItem::getRelativeAffine in
terms of the new function.
(sp_item_dt2i_affine): NR::Matrix version.
2004-08-09 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
sp_desktop_doc2w_affine, sp_desktop_doc2d_xy_point),
(sp_canvas_item_i2i_affine, sp_canvas_item_set_i2w_affine):
Cleanup: Use the new division operators instead of multiplication by
inverse. (Currently the division operators are implemented as
multiplication by inverse.)
Hurriedly fix some problems caused by overly-hurried changes.
(Haven't checked the performance cost of the assertions.)
2004-08-08 MenTaLguY <mental@rydia.net>
replace ad-hoc realloced arrays with std::vector and deal with
uninitialized data problems that valgrind complained about
*
libgc.supp: valgrind suppression profile for libgc, which necessarily
reads and runs comparisons on a lot of uninitalized data; the present
form of this file is probably too broad however
2004-08-08 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
operator/(NR::Point, NR::Matrix), operator/(NR::Matrix, NR::Matrix):
new functions, new files.
Handle in O(1) time the common case of equal tails.
2004-08-08 Ted Gould <ted@gould.cx>
Adding the first support in for trying to determine which profiles are
used with certain functionality, and if that is used by the current
document. Really, right now, there is no code changes to anything that
compiles. But this is the header file that contains the class that
I'm plannig to use in the future.
2004-08-07 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Get rid of argumentless constructor (which was leaving
style argument. Caller updated.
Disable default copy constructor and operator=.
2004-08-06 MenTaLguY <mental@rydia.net>
2004-08-06 David Turner <novalis@gnu.org>
2004-08-06 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
NR::Matrix *= NR::scale: new.
Move TreeIterator<SPObject *> specialization to snew file
Mark several pointers as not being written through.
Correspondingly change TreeIterator specialization to
<SPObject const *> instead of <SPObject *>.
Add NR::Matrix version of nr_arena_item_set_transform.
Mark pointers as not written through.
Change SPItem->transform from NRMatrix to NR::Matrix.
Indentation as per CodingStyle.
2004-08-05 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-08-04 MenTaLguY <mental@rydia.net>
start using libgc in earnest; Inkscape::Refcounted is now GC-aware
2004-08-04 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
pointer to reference in some places. Make const placement conform to
Slight simplification: don't handle impossible condition npoints < 2.
*
src/proofs: Update accordingly. (Also add some bezier-utils proofs.)
2004-08-04 David Turner <novalis@gnu.org>
*
sp-path.cpp: 'd' is a required attribute for paths. Ensure that
2004-08-03 MenTaLguY <mental@rydia.net>
removed sp_repr_recursive_drop() which is unneeded and
creates unnecessary thrash in the undo logs
experiment to replace ad-hoc realloc() arrays with std::vector
2004-08-02 David Turner <novalis@gnu.org>
Added vacuum command to remove unused defs.
2004-08-02 MenTaLguY <mental@rydia.net>
causes us to crash. require >= 2.0.3
2004-08-02 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Greater conformance with CodingStyle.
2004-07-31 David Turner <novalis@gnu.org>
2004-07-31 Ted Gould <ted@gould.cx>
Okay, changed the prefs_ prototypes to include which extension they are
working with. This should clean up some warnings before they become
2004-07-31 Ted Gould <ted@gould.cx>
Changed the get and set param prototypes so that they aren't overloaded
anymore - this was flaky. Also added a document to the prototype so
that document specific parameters can be supported in the future.
2004-07-28 David Turner <novalis@gnu.org>
properly render gradients with sharp color boundaries
2004-07-29 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
instead of the current file instead of the first file.
Move SPDesktopWidget stuff from
desktop.h to new file
* debian/*: Copy lots of changes from wolfi's official Debian package
Also use separate builddir, which simplifies the `clean' target.
2004-07-24 MenTaLguY <mental@rydia.net>
added trait class for functions and C++ "functors"
added flip() which, given a function with two arguments,
returns an identical function with its arguments reversed
2004-07-23 MenTaLguY <mental@rydia.net>
2004-07-23 Ted Gould <ted@gould.cx>
Adding in the ability to have 'emphasis grid lines' where some lines are a
different color than others. In the default case every fifth grid line
gets to be 0x11 darker alpha. Nothing that will get in your way, but
enough that you can find the spacing. All parameters are changeable in
2004-07-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
*
autogen.sh: Move unversioned automake to last resort.
2004-07-20 Kees Cook <kees@outflux.net>
l18n strings. Fixed some here too.
2004-07-20 Nathan Hurst <njh@mail.csse.monash.edu.au>
2004-07-18 MenTaLguY <mental@rydia.net>
added generic "longest common suffix" algorithm
nearest common ancestor here too
2004-07-18 Kees Cook <kees@outflux.net>
cleaning up some automake misbehavior from the gtkmm patch.
automake 1.4isms snuck back in.
2004-07-18 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-07-18 MenTaLguY <mental@rydia.net>
merged Aubanel MONNIER's gtkmm upgrade patch
2004-07-17 Carl Hetherington <inkscape@carlh.net>
2004-07-16 Kees Cook <kees@outflux.net>
2004-07-15 Ted Gould <ted@gould.cx>
2004-07-14 MenTaLguY <mental@rydia.net>
between sp_select_context_item_handler and
sp_select_context_root_handler by checking for drag_escaped
2004-07-13 MenTaLguY <mental@rydia.net>
2004-07-13 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-07-12 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-07-11 MenTaLguY <mental@rydia.net>
added sp_document_get_undo_sensitive() for capturing and restoring
duplicate ids (to avoid undo badness) (fix for bug #989023)
2004-07-11 Kees Cook <kees@outflux.net>
tracked down the cause of bug #988445. Extension code now has a
small section that validates preferences for valid extension names.
changed dialog to take the passed window title.
Cleaned up all the path #define's and usage. In the process found at
least 3 separate bugs associated with file locations. This should
hopefully work for Win32 as well. Bottom line in this change: don't use
INKSCAPE_DATADIR anywhere except in "
path-prefix.h". This includes
an update to the autopackage code as well with fixes so that
a change to "--enable-binreloc" will get recompiled correctly. These
changes should address bug #978391.
2004-07-11 Carl Hetherington <inkscape@carlh.net>
snaptogrid and snaptoguides options.
snaptoguides to turn guides on.
Snapper, as itconfuses people. Added
namedview_dim_snap_all_types(). Return useful stuff from
even with snap-to-bbox enabled.
snaptogrid and snaptoguides options as they confuse people. Use
better names for the scale origin radio buttons, as suggested by
2004-07-10 MenTaLguY <mental@rydia.net>
gave SPSelTrans its own Inkscape::MessageContext, fixing
2004-07-10 Kees Cook <kees@outflux.net>
*
src/knot.cpp: solved bug #988513: knot could stay grabbed in
situations where the tool went away but never got "button_release"
event. This patch uses the "enter" and "leave" notifiers to disable
the grab before a "motion" can come and snag the knot.
2004-07-09 Kees Cook <kees@outflux.net>
menu was being destroyed since it was remaining part of the frame
that was being destroyed whenever the selector changed. It gets
ref-counted, disconnected, and destroyed correctly now.
* mkinstalldirs: automake 1.8 stopped including "mkinstalldirs", but
intltool still uses it. We'll need to keep this until intltool
fixes the bug. intltool 0.31 and earlier are all buggy.
2004-07-09 Carl Hetherington <inkscape@carlh.net>
2004-07-08 MenTaLguY <mental@rydia.net>
added SPDesktop::isWithinViewport() to conveniently determine
if an item is within view
also made isLayer() const
link before emitting "release" signal
and sp_selection_item_prev() to work with layers
2004-07-08 Carl Hetherington <inkscape@carlh.net>
2004-07-07 MenTaLguY <mental@rydia.net>
for now, and disable the layer selector when the user is not
2004-07-07 Kees Cook <kees@outflux.net>
added a missing sp_signal_disconnect_by_data for the color picker,
which closes bug #975864. Stopped accidentally calling
sp_document_done from the update handler (fixes bug #986411).
whitespace changes, typo fixes, added a few g_asserts.
from the desktop, the selection context may need to be cleared since
it may have pointers to the deleted items. To do this, I just
reselect the current tool (fixes bug #983243).
corrected tooltips memory handling.
2004-07-06 MenTaLguY <mental@rydia.net>
code easier to work with in its current state (particularly,
to sidestep some existing bugs that otherwise require more
2004-07-06 Carl Hetherington <inkscape@carlh.net>
isnan appears to need a std:: namespace qualifier.
2004-07-06 Ted Gould <ted@gould.cx>
Adding in a function to round the points and rectangles. Using this
for less precise comparisons. Also, added in a function to print
Major revisions to do all kinds of fun stuff. The major one being
that filenames and dpi's can now be stored on selections. This
makes it so that people working on a section of a document can export
2004-07-06 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-07-05 Kees Cook <kees@outflux.net>
overall width of the dialog, and created the license entry areas.
Auto-detection of license on load works now.
2004-07-05 MenTaLguY <mental@rydia.net>
partially-functional layers menu (not actually hooked up to
change layers yet), and it is not always updated when it needs
to be (yet). It does also fix the crash though.
additional layers work; backed off on promoting siblings to
layers automatically and reintroduced "global" layer mode
2004-07-05 Carl Hetherington <inkscape@carlh.net>
layer == NULL to SPDesktopWidget::_buildLayerStatusMenuItem.
2004-07-04 MenTaLguY <mental@rydia.net>
reversed the sense of a test in SPObject::requestModified(),
such that CHILD_MODIFIED notifications were never being sent
8-digit hex rrggbbaa, and zero-fill accordingly
HAPPY NATHAN#@$?#$#@$!?!?!?
Added selection-changes-current-layer and other layer refinements.
Except for fixing the currently broken layer combo box on the status
bar, I think this is pretty much the last of the layerish work I'm
willing to do for 0.39 since we're in freeze now.
2004-07-03 Kees Cook <kees@outflux.net>
Added several more RDF entities. Created entry tooltips. Set
a few RDF defaults for the document.
2004-07-03 MenTaLguY <mental@rydia.net>
siblings of a layer now become layers too
new layerMode() and setLayerMode() methods; SPGroupMode becomes
"release" handlers finish
2004-07-02 Kees Cook <kees@outflux.net>
Made RDF's writable now. Handling modifications and defaults.
Mental and others will most likely kill me when they finally
2004-07-02 MenTaLguY <mental@rydia.net>
Removed the "inkscape:groupmode" attribute and added note about how
the
group/layer mode setting needs to be per-view, not global.
Added notification signals for switching layers, as well as putting
groups in layer mode when they are being used as layers.
Notably, you can now call SPDesktop::connectCurrentLayerChanged() to
connect to a SigC++ signal to be notified when the current layer
Fixed up the "Enter Group" and "Leave Group" context menu
commands a bit, and implement them both in the same places.
2004-07-02 Carl Hetherington <inkscape@carlh.net>
renamed desktop-snap.* to snap.* since it has nothing to do with the
completely failing to work when snapping to bbox points. Support
shift-disables-snap for freehand drawing.
2004-07-01 Kees Cook <kees@outflux.net>
moved "repr_lookup_name" into the repr-util collection so
that the RDF stuff doesn't need to know about SPRepr internals.
Now that I've started to grok the SPRepr stuff, this seems best.
Added "sp_repr_recursive_drop" for use in the future when I may
want to throw away an entire tree of SPRepr items (like ditching
a blank "dc:rights" section).
2004-07-01 MenTaLguY <mental@rydia.net>
2004-06-30 Kees Cook <kees@outflux.net>
the RDF text elements from the DOM. XML in the document will now
be displayed in the entry fields.
2004-06-28 MenTaLguY <mental@rydia.net>
added SPObject::nearestCommonAncestor, which given another SPObject
returns the nearest common ancestor of the two SPObjects.
added SPItem::getRelativeTransform, which computes the SPItem's
transform relative to another SPObject
drawing tools now cope with drawing within transformed groups
2004-06-27 MenTaLguY <mental@rydia.net>
sp_object_invoke_update, sp_object_invoke_modified,
sp_object_request_modified, and sp_object_invoke_write, which have been
deprecated and are now completely unused
Implemented SPDesktop::setCurrentLayer(), introducing
Inkscape::ObjectHierarchy to permit falling back to parents if
the current layer is removed.
Sodipodi-like "enter group" and "leave group"
2004-06-26 MenTaLguY <mental@rydia.net>
Make SPSelTrans and SPSelCue proper C++ classes with constructors.
the clone is getting attached to the repr before the original SPObject
2004-06-26 Carl Hetherington <inkscape@carlh.net>
when the selection changes. Fixes 936739.
2004-06-25 MenTaLguY <mental@rydia.net>
2004-06-25 Kees Cook <kees@outflux.net>
Added data entry widgets for document metadata, including a rough
license selector, and debug rdf generator. Corrected whitespace,
added table for RDF entity lookup, tag, and title mapping. Added
initial loading framework. Cleaned up rdf_work_entity_t usage.
2004-06-25 Carl Hetherington <inkscape@carlh.net>
it snapped or not. The best scale snap is now the one that
changes the scale factor least, rather than the one that
results in the snap point being closest to where it used to be.
British to American English for translators.
2004-06-24 rejon <kidproto@users.sf.net>
*
src/verbs.cpp: I changed the reverse command to be more verbose and
2004-06-24 MenTaLguY <mental@rydia.net>
fixes for floating-point portability issues, courtesy of
2004-06-23 MenTaLguY <mental@rydia.net>
Inkscape::Managed is more properly called Inkscape::Refcounted
removed unused Win32 codepage crap
2004-06-23 Carl Hetherington <inkscape@carlh.net>
it doesn't seem to exist. Add Emacs mode line.
Declaration-to-first-use and coding style cleanups.
disables snap and Alt snaps movement to the grid.
2004-06-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-06-23 Ted Gould <ted@gould.cx>
Setting it up so that poorly formed inkmod files generate actual GTK
warnings so that they can be easily hidden. Also, fixing these two inkmod
files so that they don't generate the above mentioned warnings.
2004-06-22 Kees Cook <kees@outflux.net>
2004-06-22 John Cliff <simarilius@yahoo.com>
explictly set the transform rather than multiplying like adjust.
2004-06-22 Carl Hetherington <inkscape@carlh.net>
class method has changed.
possibly-NULL parameter. Fixes #977413.
2004-06-21 Carl Hetherington <inkscape@carlh.net>
*
src/file.cpp: don't call g_file_test with a NULL path. Fixes
snapping is first enabled. Rework in terms of SPNamedView rather
sp_sel_trans_scale_request.
2004-06-20 Ted Gould <ted@gould.cx>
Changing the naming of the extensions to be more Java style naming to
allow for more extension in the future.
2004-06-21 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
NULL (fixes segfaults when exporting to an unopenable file), and
initialize _bitmap to false instead of random.
2004-06-20 MenTaLguY <mental@rydia.net>
Document classes, and change Managed to have an initial refcount
2004-06-20 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
defined, then use just the WITH_XFT code. (I don't know if it's
possible for both to be defined, but we might as well document
that the existing code doesn't handle both being defined, AFAICT.)
(is_regular, is_nonbold, is_italic, etc.): Mark as static.
More accurate mathematical constants (20 decimal places instead of 3).
2004-06-19 MenTaLguY <mental@rydia.net>
SPSelection now derives from Inkscape::Managed
Introduced Inkscape::SelectionDescriber to which SPSelectContext
delegates the task of displaying descriptions of the current
selection. This fixes bug #945735.
2004-06-19 Carl Hetherington <inkscape@carlh.net>
whether or not it snapped anything.
2004-06-19 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Move raster_glyph, raster_position from
RasterFont.h to new files
Move font_glyph, font_instance, and font_style definitions from
#include it (replacing local declarations in some cases).
#include it (replacing local declarations in some cases).
2004-08-18 Ted Gould <ted@gould.cx>
Adding the feature that the save and open directories are saved in the
preferences. The last one will be used.
2004-08-18 Carl Hetherington <inkscape@carlh.net>
type of point they are snapping, so they can decide whether
temporarily update for changes to snapping API.
adapt for small changes to Snapper API.
2004-08-17 Bryce Harrington <bryce@bryceharrington.org>
messages from old style to new, as per
2004-06-18 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Greater conformance to CodingStyle. Add FIXME comment.
Simplify some code by greater use of cheap sp_unit_get_by_id.
2004-06-17 MenTaLguY <mental@rydia.net>
New status messages primitives (statusbar bug not fixed yet though).
2004-06-17 Carl Hetherington <inkscape@carlh.net>
files which require them.
add spw_vbox_checkbutton.
Start of new and hopefully improved snapping code.
2004-06-17 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
(sp_unit_get_by_id): new function.
(sp_convert_distance_full): Change arguments & return value.
Call g_log if no conversion possible.
(sp_unit_get_default, sp_unit_get_by_name): Remove unused functions.
sp_units: Less rounding error in unittobase.
2004-06-16 Carl Hetherington <inkscape@carlh.net>
2004-06-15 Ted Gould <ted@gould.cx>
Removing the command-line argument to specify line endings.
Changing it so that the text to vector is its own function. This way it
can be used as a parameter in Postscript, but then can be easily used for
drivers which only support vector drawing.
2004-06-16 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Add reference version of sp_points_get_units, sp_units_get_points.
Implement as simple multiplication instead of sp_convert_distance.
(sp_units_table_sane): New function.
Change return type to void.
Reimplement as shallow wrapper around sp_repr_compare_position.
SPUnitId: new enum, to allow replacing string lookups.
Get rid of handling for unused SP_UNIT_USERSPACE.
commit: -lglib-2.0 instead of -lglib.
2004-06-15 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-06-14 Carl Hetherington <inkscape@carlh.net>
Fix bracketing typo that causes an array to be overrun.
2004-06-14 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-06-13 Kees Cook <kees@outflux.net>
to the default namespace prefix list.
2004-06-13 MenTaLguY <mental@rydia.net>
added SPDesktop::currentRoot() and SPDesktop::currentLayer(), which
report the current "view" root and current "editing" layer,
respectively; I've also added SPObject::appendReprChild().
Between the two of them, they replace sp_document_add_repr, which
has been removed. Generally to add a repr to a document, you would
SP_DOCUMENT_DEFS(document)->appendReprChild(repr);
desktop->currentLayer()->appendReprChild(repr);
2004-06-13 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Explicitly mark _acceptObject as virtual.
(Already declared as virtual in base class.)
*
src/sp-use.h (_acceptObject): Fix can't-use-ancestor check.
2004-06-11 MenTaLguY <mental@rydia.net>
migrated several SPObject methods to C++ methods:
sp_object_invoke_write -> SPObject::updateRepr
sp_object_request_update -> SPObject::requestDisplayUpdate
sp_object_invoke_update -> SPObject::updateDisplay
sp_object_request_modified -> SPObject::requestModified
sp_object_invoke_modified -> SPObject::emitModified
(leaving deprecated wrappers in place for now)
transitioned to SPObject::requestDisplayUpdate and
transitioned to SPObject::requestModified, SPObject::emitModified,
and SPObject::updateRepr; also reworked "minimal" version of
replaced sp_document_lookup_id with SPDocument::getObjectById,
and SPDocument::getObjectByRepr
(left deprecated stub in place, but it should be unused at this point)
2004-06-11 Ted Gould <ted@gould.cx>
Moving the recent document setting and getting code into the prefs-utils
files so that they'll be with the preferences (which they really kinda
are). Then, moved the place where they are set from the removing of the
document to where the files are opened and 'save as'd. (yes, I made up a
2004-06-10 Carl Hetherington <inkscape@carlh.net>
Use a std::vector to store snap points, rather than a fixed-size
2004-06-09 Carl Hetherington <inkscape@carlh.net>
Use NR::Coord rather than double where appropriate. Added some
comments. Use NR::Dim2 where appropriate. Use NR_HUGE rather
Adapt for changes to sp_desktop_dim_snap prototype.
Adapt for changes to sp_desktop_dim_snap_list prototype.
2004-06-08 MenTaLguY <mental@rydia.net>
Portability fixes from Colin Marquardt <colin@marquardt-home.de>.
2004-06-08 Carl Hetherington <inkscape@carlh.net>
Extension::Internal::PrintWin32::init() entirely after Ted pointed
2004-06-08 Ted Gould <ted@gould.cx>
Added in a version command to our command line args. This fixes
enhancement request 968642.
2004-06-07 MenTaLguY <mental@rydia.net>
renamed object garbage collection routines to fit the "orphan"
2004-06-07 Carl Hetherington <inkscape@carlh.net>
*
src/main.cpp: tentative fix for startup crash on Win32. Ensure
that Extension::Internal::PrintWin32::init() is not called until
after inkscape_application_init().
2004-06-07 Ted Gould <ted@gould.cx>
Moving the initialization of the extensions into the Inkscape application
init. I have mixed feelings on this. On one hand, basically extension
init gets called directly after applicaiton init and extensions init has
nothing to do with anything else in main. On the other hand I'm not sure
that it is directly related to the structure of the application itself.
2004-06-06 MenTaLguY <mental@rydia.net>
to specify orphan collection policy (collect with parent, or always
collection pass as part of comitting an undo step
add total hrefcount for all descendants, and basic orphan collection
mark automatically added gradients, patterns, and markers for orphan
2004-06-06 Bryce Harrington <bryce@bryceharrington.org>
Documenting the routines. This adds basic code docs for
2004-06-06 Ted Gould <ted@gould.cx>
Making it so that the extension parameters get saved in the Inkscape
preferences. Most people will notice that their printer gets saved now.
But this does alot more than that. Added an "extensions" group to the
preferences skeleton for all these settings. All settings get saved as
"module ID"."param name". Also had to change where the extensions get
init'd in the startup to put it behind the Inkscape application so that
prerefences could be used.
2004-06-03 Ted Gould <ted@gould.cx>
Making the whole file dialog alot more fun. Basically, now the
first filename will always be unique on files that don't have a
filename already. And, if you've selected a different default
extension, that extension's filename extension will be placed
on the file. Also, when you change the extension to save with
in the dialog, the filename extension will change with you (assuming
that you were using filename extensions previously ofcourse).
Finally, the checkbox to autoappend extensions is no insensitive
when "Autodetect" is selected.
2004-06-03 MenTaLguY <mental@rydia.net>
Introduced the notion of "parent" NRGCs
2004-06-02 bulia byak <bulia@users.sourceforge.net>
for various compensations
(stroke and pattern so far) from optimizing items into sp-shape.
* libnr: Added distance function for a couple of points. Added expansions
radii, added recursive compensation on item_transform. Added new knot for
rect, moved corner knots to the top right corner. Rect toolbar shows visible
*
toolbox.cpp: Finally got the freeze semaphores right (prevent loops for
changes both from the repr and from toolbar UI).
group import if only one item; move its defs to our defs; select and move
under cursor the imported
item/group. Optionally import bitmaps as filled
* many -context files: Decoupled seltrans and selcue so that the latter can
used outside of selector; enabled optional selcue in all tools
* many files: New set_color signals on desktop, switching the dropper to
needs to be redone for style. Excise the old inkscape::color_set signal.
menu, skip document markers with stockid only if the same stockid is in
* many fill and stroke files: Remove old mode selector, remove dropper
(now always on). Remember active colorselector page. Remove redundant checks
in setting color (fixes at least one bug). Cosmetics, cleanup, b/w icons,
shortened labels, added mnemonics and tooltips, removed the drop-down modes
list. Switched color spinbuttons to 0..255 enabling 0..1 floats to be typed
reorganize copying gradients, recurse into groups
with saving window settings on exit
recursively for descendants; switched to deleteObject where appropriate to
fully configurable, commands in the View menu
scalestroke (coded by Carl): arbitrary depth recusion, setting stroke-width
via repr, pref in the transforms tab
2004-06-01 Ted Gould <ted@gould.cx>
Making it so that the lists of extensions and mimetypes are
used in the creation of the plugins. Also, free'ing everything
properly so that we don't have a memory leak.
2004-05-30 MenTaLguY <mental@rydia.net>
rework SPSelection to be SPObject- rather than SPItem- oriented;
(and could prove useful for the XML editor later too)
correct overly intimate knowledge of SPObject (use SP_OBJECT_ID rather
than directly accessing the SPObject::id member)
2004-05-27 Kees Cook <kees@outflux.net>
Hopefully fixed the locale problems in the PS output generator.
"printf"ish calls that have %g or %f in them. Most are just debug
output, etc. Hopefully we are actually free of locale bugs! :)
fullscreen-ness doesn't depend on having the ability to DO it. Other
functions already test "is_fullscreen" to alter their behavior.
2004-05-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Remove unused second argument. Callers updated.
Just one call to sp_repr_name per child.
Cleanup: greater conformance to CodingStyle.
2004-05-23 MenTaLguY <mental@rydia.net>
removed gnome-print libnrtype backend
2004-05-20 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Remove unused function sp_repr_set_position_relative.
2004-05-19 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
ungrouping was reversing the order of the group members.
Remove this unused function.
Mark pointer as not written through (const).
2004-05-18 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
`subdir-objects' automake option.
lack of libspchelp-specific CPPFLAGS.
2004-05-17 Carl Hetherington <inkscape@carlh.net>
2004-05-17 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
distance-conversion functions sp_item_distance_to_svg_bbox,
sp_item_distance_to_svg_viewport.
2004-05-16 Carl Hetherington <inkscape@carlh.net>
Throw an exception if sp_repr_save_file fails. This should close
2004-05-16 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
of fixed-size buffer for translated string.
Cleanup: greater conformance to CodingStyle.
Add missing header files as detected by check-header-compile script.
2004-05-16 MenTaLguY <mental@rydia.net>
transition to C++ inheritance
removed barely-used "in-place construction" facility for NRObject
Made NRObject "C++-compatible". All C++ features including virtual
methods and RTTI should now be available to NRObject subclasses
a) there is an unbroken chain of _C++_ inheritance from the subclass
b) the NRObject-derived inheritance chain is always first in cases
of multiple inheritance (the NRObject must be first in the memory
c) The subclass in question overrides NRObjectClass::cpp_ctor in its
own class_init function, with a pointer to a function that calls
the specific subclass' constructor (via placement new -- you will
need to #include <new> for this to work)
n.b. Objects of classes which do not override cpp_ctor will appear
to the C++ runtime system (RTTI and virtual dispatch, at least) as
objects of the closest ancestor class which does override it
(NRObject or NRActiveObject if nothing else).
2004-05-15 MenTaLguY <mental@rydia.net>
further reduced dependency on SPStyle
2004-05-14 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Get rid of no-longer-needed tolerance arg. Update callers.
Change argument from NRMatrix to NR::Matrix in SPItemClass->bbox,
sp_item_invoke_bbox, sp_item_invoke_bbox_full,
nr_path_matrix_bbox_union. Users updated.
(NR::transform): new function.
Don't include SP_OBJECT_CHILD_MODIFIED_FLAG in flags for
sp_object_request_update. Addresses `critical' warning.
2004-05-13 John Cliff <simarilius@yahoo.com>
2004-05-13 Kees Cook <kees@outflux.net>
made popt a requirement instead of an option.
2004-05-13 Carl Hetherington <cth103@houllier.home>
Fix ink_extract_marker_name returning a pointer into a free()d buffer.
2004-05-13 Ted Gould <ted@gould.cx>
2004-05-12 Kees Cook <kees@outflux.net>
2004-05-12 Carl Hetherington <inkscape@carlh.net>
selections, as reported by Artemio on the ML.
Make use of spw_dropdown in one place.
Make alt-drag move without any grid snap, even if the grid
is enabled. Add a new mode, shift-drag, which preserves
objects' grid offsets rather than snapping their snappoints.
offset from the grid as the original, if the grid is enabled.
Also a NRRect -> NR::Rect fix thrown in for no extra charge.
the actions of drag and shift-drag when moving objects.
2004-05-12 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
*
src/main.cpp (main): Test ENABLE_NLS instead of HAVE_NLS (which
wasn't getting defined). Restores translations on *nix systems
2004-05-10 Carl Hetherington <inkscape@carlh.net>
support for preserving line widths when scaling. Thanks to Bulia
for telling me what to do :)
a separate function. Remove NRRect. Declaration-to-first-use
NRRect removal. Declaration-to-first-use cleanups.
2004-05-09 MenTaLguY <mental@rydia.net>
(bigger question -- should SPPaintServer derive from SPObject? I think
not, actually ... it's more something that should be aggregated into
the various paint-server-capable types)
first steps in removing SPStyle dependency from NRArenaShape --
add fill and stroke paint server members, and use those instead
of reading directly from an SPStyle.
2004-05-09 Kees Cook <kees@outflux.net>
some orientation bugfixes, list cleanup, and logic to select the
correct menu items based on document settings.
2004-05-08 Kees Cook <kees@outflux.net>
for g_ascii_strtod, since it has locale-related bugs in gnome 2.0.
The upstream version is fixed, so some day, we won't need this any
more. (fixes "ugly icons" bug, and possibly the spinbutton locale bug)
locale-sensitive functions use g_ascii versions.
2004-05-08 MenTaLguY <mental@rydia.net>
fix lifecycle issues with content and attribute strings
2004-05-08 Kees Cook <kees@outflux.net>
* po/*.po: rebuilt for new strings.
2004-05-08 Carl Hetherington <inkscape@carlh.net>
add some sp_document_done()s in various places.
2004-05-08 bulia byak <bulia@users.sourceforge.net>
passes the difference transform relative to the old one (not the new
*
nodepath.cpp: Fix lagging update of the other handle for smooth nodes
in selector; proper fixing will require manual drawing the dashes instead of
mhearn; fixed, reenabled, and automated marker previews (no need for
*
style.cpp: Disabled warning for overflow property (we need it for markers)
transientized (better late than never)
*
toolbox.cpp, tool contexts: Alt-x and top panel keyboard shortcuts now
*
sp-use.cpp: Fix: disappeating clone on undoing ungrouping (_show finally
*
splivarot.cpp: Boolops: cleanup, preserve id, parent, position, fix to
style from the bottom object
cleanup, autoraise removed from menu
2004-05-07 Kees Cook <kees@outflux.net>
2004-05-07 Carl Hetherington <inkscape@carlh.net>
is connected to the SPDesktop even when a file is loaded into an
existing SPDesktop. Fixes problems whereby grid snap does not
work for the first file loaded in a session. Fix a && -> & typo.
2004-05-05 Spundun Bhatt <spundun@isi.edu>
*
configure.in: Stole Nathan's configure hack and used it to
2004-05-06 Ted Gould <ted@gould.cx>
Changing the import functionality so that it works much more like open.
You can use any format, and it will place that file directly in the
document that you are working on. Added input extensions that cover all
of the bitmap formats that are covered with gdkpixbuf. Also, more
formats can be used using the scripting system.
2004-05-06 Carl Hetherington <inkscape@carlh.net>
declaration-to-first-use and coding style cleanups
2004-05-05 MenTaLguY <mental@rydia.net>
feature (we should rely on fontconfig for "custom" font stuff)
2004-05-05 Nathan Hurst <njh@mail.csse.monash.edu.au>
2004-05-04 MenTaLguY <mental@rydia.net>
NRArenaGlyphsGroup::create()
2004-05-02 MenTaLguY <mental@rydia.net>
removed nr_arena_item_new in favor of static ::create() functions
which call NRArenaItem::init() to perform setup (
i.e. setting
NRArenaItem::arena). Eventually NRArenaItem::init() and
nr_arena_item_init will merge and become NRArenaItem's constructor.
2004-04-30 MenTaLguY <mental@rydia.net>
attempting to do everything (wrongly) ourselves; among other
things, <use> transform attributes weren't getting written
designate a "successor" object so we still perform as
expected if objects are replaced in the middle of
e.g. a
Removed unused (and imperfect) "wrapbox" widgets.
Removed unused sp_object_invoke_forall and sp_object_sequence
methods. (forall might be nice to have, but we can do better
implementation-wise now that we're in C++-land)
2004-04-30 njh <njh@mail.csse.monash.edu.au>
*
main.cpp: replaced gtk_init with g_type_init for console mode.
2004-04-29 MenTaLguY <mental@rydia.net>
write_transform becomes set_transform, which applies the given
transform to the object without (!) invoking a repr write
replaced raw integers with real units enum
removed dead assertion (it's always valid to retrieve the
translation component of a matrix)
delete items via SPItem (SPObject), not repr
added SPObject::deleteObject() and a delete notification signal;
SPObject now inherits from GObject in the C++ sense
don't accept references to the use or its ancestors (preventing
added automatic deletion when referrent is deleted
added URIReference::getOwner()
2004-04-29 Carl Hetherington <inkscape@carlh.net>
description in order to fix #944131.
2004-04-28 Carl Hetherington <inkscape@carlh.net>
Part of the fix for #942149. Also fixed some compiler warnings.
2004-04-28 bulia byak <bulia@users.sourceforge.net>
* Lots of files: Replaced all strtod() and atof() by g_ascii_strtod()
fixes "disappearing save as"
relief, top panel made less tall
with the sticky zoom button, now in prefs
seltrans.h: Switched to global preservetransform, transform writing
unification (no more manual transform= setting all over the place), stamp
preserves parent, mental's new SPSelection API, pruning dead code
commands, rearrangements, menu items display tooltips in statusbar when
done when the function is called from another function)
sp-use.h: Clone move compensation (3 modes), settable in prefs
interface.cpp: Select Original verb and command, scrolls to the original
(SPItem) (fixes redraw on dragging a clone)
Implemented pick modes (pick either actual color with transparency or
color without transparency); added statusbar indication; color is only set
rect (fixed displacement)
2004-04-27 Carl Hetherington <inkscape@carlh.net>
the drawing. This fixes bug #942137.
2004-04-26 Carl Hetherington <inkscape@carlh.net>
INKSCAPE_{PIXMAP,SCREENS,TUTORIALS,MARKERS}DIR moved to
prefix.h2004-04-26 Ted Gould <ted@gould.cx>
Making the names of the input extensions look like the output ones.
Also, threw in a slight memory savings in removing the implementation on
2004-04-26 MenTaLguY <mental@rydia.net>
2004-04-26 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
*
configure.in: Replace use of old AM_PROG_LIBTOOL macro with
2004-04-26 Ted Gould <ted@gould.cx>
Added in a check for ps2epsi
Implementing a 'deactivated' extension. This means that it should
still exist, but show up as insensitive in any GUI element that could use
it. The idea here is that users should know what they don't have, but
2004-04-26 Nathan Hurst <njh@mail.csse.monash.edu.au>
* src/{libnr,libnrtype,widgets,display,helper,.}*.{h,cpp}: moved
from typedef _name name; to C++ style struct name; forward
2004-04-25 Ted Gould <ted@gould.cx>
Adding in support for superior checking of dependencies. Now scripts
can include a line, which will look for a binary in the path. So
something like dia input will no be loaded if there isn't dia available in
2004-04-25 Carl Hetherington <inkscape@carlh.net>
SPSelection OO-ification.
curve cannot be created in sp_curve_new_from_bpath(). This can
happen if a file contains a strange path, like one with only a
move in it and nothing else. This is part of the fix for bug
NULL in sp_path_set(). This is the other part of the fix for 934882.
added asserts for calls to sp_curve_new_from_bpath() which look
like they might not expect it to return NULL.
should never generally be NULL.
returns NULL, so that we don't have to check for this eventuality
SPDesktop::selection being NULL.
SPSelection OO-ification. Also some coding style and
declaration-to-first-use cleanups.
2004-04-24 MenTaLguY <mental@rydia.net>
removed sp_selection_set_item(), sp_selection_set_repr(),
sp_selection_is_empty(), sp_selection_item_selected(),
and sp_selection_repr_selected()
2004-04-24 Ted Gould <ted@gould.cx>
Applying a patch made to the Sodipodi list by Tuukka Pasanen which adds in
support for text in Illustrator files. Also, I backed out the changes
which removed being able to specify the line endings. This will, by
default, force them back to mac compatible. Mac files didn't work with
2004-04-24 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
INKSCAPE_MARKERSDIR, INKSCAPE_PIXMAPDIR, INKSCAPE_SCREENSDIR,
INKSCAPE_TUTORIALSDIR, with the understanding that these are to be
2004-04-24 Ted Gould <ted@gould.cx>
Removing the redefition of NULL and adding to the make system.
2004-04-24 Ted Gould <ted@gould.cx>
Adding in more checks for individual extensions. All of them
should still pass though. Also, moved the extension database from
glib to STL. This allows extensions to be deleted while using the
foreach functions (which causes instability with the glib hash
2004-04-24 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
Get rid of unneeded CPPFLAGS specification.
-DINKSCAPE_VERSION=\"$(VERSION)\".
2004-04-23 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
to eliminate triple compilation of these object files.
* src/*/Makefile_insert: Get rid of now-redundant $(INKSCAPE_CFLAGS)
* src/*/
makefile.in: `%' as a target doesn't behave as intended,
so replace with less general `clean %.a %.o' and add .SUFFIXES.
2004-04-22 Ted Gould <ted@gould.cx>
Changing the ART_ enums to NR_ so that if libart is include (like if
you are building gnome-print) it doesn't conflict with the internal
Adding in a little more checking code. Now extensions can start
deleting themseleves if they fail certain tests. More tests are
needed, along with more testing of this feature. Consider this
an 'early release' of the feature. ;)
2004-04-22 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
See HACKING or discussion on mailing list.
*
autogen.sh: Bump requirement from automake-1.6 to automake-1.7.
* src/*/
makefile.in: New wrapper makefiles to allow typing `make' from
subdirectories of src. (Not used by compiles started from top-level
2004-04-21 MenTaLguY <mental@rydia.net>
remove improper twiddling of desktop message line from SPSelection;
some additional work is now required in SPSelectContext to update
the message properly in all cases.
2004-04-20 Kees Cook <kees@outflux.net>
sp_desktop_change_document. Generalized Carl's fix for unref counting
since it applies in both cases. (My bad!)
2004-04-20 MenTaLguY <mental@rydia.net>
2004-04-20 Carl Hetherington <inkscape@carlh.net>
Fixed some bugs in exporting images that seem to have been
introduced when the code was copied from the gimp. They caused
problems when exporting bitmap images to PS.
*
src/file.cpp: fix bug whereby the first file loaded in a session
would not have its modified status checked when closed. Hence if
you modified the first file you loaded and then closed it, you
would not be asked to confirm the close.
2004-04-19 MenTaLguY <mental@rydia.net>
finished GObject removal from SPSelection
migrated SPSelection to SigC++ signals (though it's a bit messy
2004-04-19 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
CodingStyle. Moved some declarations to their first use.
2004-04-19 Carl Hetherington <inkscape@carlh.net>
Fix a couple of compiler warnings.
flags in OPENFILENAME structs. This prevents the open / save
boxes from changing the current directory. Any change to the
current directory causes problems for subsequent attempts to
load icons from pixmaps. Also, fix a bug whereby the save
dialogue would sometimes not open due to being passed a filename
2004-04-19 bulia byak <bulia@users.sourceforge.net>
*
sp-use.cpp: Update propagated to parent class (SPItem), misc fixes
*
sp-polygon.cpp: Fix for points= updating by adding set_shape call into
fixed g_free crash in marker menus, added tooltips, added stroke-miterlimit
*
splivarot.cpp: Outline handles multiple objects; All commands use correct
options for per-object selection cue
*
main.cpp: Removed C-locale setting, not needed anymore; temporary switch
gettext encoding for console output
2004-04-19 Carl Hetherington <inkscape@carlh.net>
Fix an unitialised value error that was spotted by valgrind.
2004-04-18 MenTaLguY <mental@rydia.net>
made all SPSelection members private, and changed all methods into
real C++ methods (with temporary inline wrappers for the old C
2004-04-18 Carl Hetherington <inkscape@carlh.net>
Add very basic feature to allow PS text to be exported as real
text, rather than being converted to paths first. Needs some
work, mostly on font handling.
common code into functions.
2004-04-17 MenTaLguY <mental@rydia.net>
Cleaned up NR::Rect API and made SPSelection's desktop pointer private.
First use of NR::ConvexHull (for propagating canvas bounding boxes)
2004-04-17 Kees Cook <kees@outflux.net>
2004-04-17 Nathan Hurst <njh@mail.csse.monash.edu.au>
uncross and SVL routines.
2004-04-15 Carl Hetherington <inkscape@carlh.net>
Various fixes to the Win32 build following rearrangement of some
source files and cleanups to libnr.
2004-04-16 MenTaLguY <mental@rydia.net>
C++ification of SPSelection class
2004-04-15 Kees Cook <kees@outflux.net>
dependancies. Added "0.39cvs" tag.
2004-04-15 Carl Hetherington <inkscape@carlh.net>
Use black, dashed bounding boxes for indicating itemselection,
rather than red, solid boxes (as suggested by Bulia).
Small fix for the problem whereby the first file loaded in an
Inkscape session will not have its grid set up properly. This was
Use the extension system to build the list of allowable file types
for save. This means that save as PS and EPS work properly.
Fix compiler warnings, mostly about unused variables.
Fix what I and someone else considered to be an obvious typo. The
function in question isn't used, however, so it's a bit difficult
Fix a warning wrt a cast from NR::Matrix to NRMatrix.
2004-04-14 Ted Gould <ted@gould.cx>
Making it so that the filename will get placed in the save as dialog
if there is a name for the file. Otherwise the last save directory
2004-04-15 MenTaLguY <mental@rydia.net>
* most files in src/: removed many old "compatable" struct typedefs
removed unused arikkei files
2004-04-14 Kees Cook <kees@outflux.net>
investigating patch 934358. I've applied this patch again, which gives
slight variation to conform to the function calling styles of that code.
finished "File / Revert" implementation. Found a memory leak in
"file_save". Added more sanity checking to "sp_file_revert" and more
2004-04-13 Kees Cook <kees@outflux.net>
again! This is a quick cleanup to Ted's new directories. Looks
like "patterns" got left out.
Added Makefile build-cruft to .cvsignores.
to fix grid unit changing bug.
*
configure.in: fixed capitalization of "libpng" to avoid confusion.
Newly opened files will only create new windows if the current document
is untouched. (RFE#928517)
a little more support in the SPDocument structure. See notes in
2004-04-13 Ted Gould <ted@gould.cx>
Making it so that the clipart and everything else gets put in
the tarball, and also get installed in the share directory. Many
of these have just 'README' files, but they now have good place-
holders for further development.
2004-04-12 Kees Cook <kees@outflux.net>
will compile happily for me. This way if paths change, files will be
recompiled. The old way would let configure run again (changing the
datadir path) without forcing a recompile, which could break the
2004-04-13 John Cliff <simarilius@yahoo.com>
Couple of changes to marker related code, mid and end markers now point in
direction, turning off start markers behaves correctly.
This follows on from changes made by me and Carl Hetherington that were
to implement marker UI and fixes to the marker rendering code.
2004-04-11 Ted Gould <ted@gould.cx>
First pass at a file save dialog with EPS output. The dialog
sets the bounding box in the file. Comments encouraged.
2004-04-11 Ted Gould <ted@gould.cx>
Change alot of files, but small changes. Basically just took
Extension namespace. Cleaned up the code in them a bunch, it is
much easier to read now! All the other files are just referencing
2004-04-11 Kees Cook <kees@outflux.net>
the rest of the missing menu verbs: "View New", "Cleanup". Created
generic function to add icons to a given menu item (for submenu icons
"selection_select_all". Corrected "view_new" and "selection_smooth",
"dialog_toggle", "dialog_tool_options", "file_open_recent".
"selection_cleanup" function.
2004-04-11 Jon Phillip <jon@rejon.org>
Added the proper infrastructure to get files to the right location for
longer works or something.
2004-04-11 Kees Cook <kees@outflux.net>
sp_help_open_screen, similar to sp_help_open_tutorial.
"help_keys" icons. The "help_keys" one needs the most help. :)
2004-04-09 Ted Gould <ted@gould.cx>
Okay, these are some changes that I've had in my directory for
1) adding the basics of checking extensions. This will allow
them to remove themselves based on their dependencies failing.
2) Adding the concepts of a 'helper extension' to scripts. This
allows them to use other extensions for handling the data, so
they don't have to deal with SVG directly - Inkscape will
build the pipeline. An example of this is the epsi output.
3) Adding the bounding box change provided by Carl Hetherington
to the Postscript output. The EPS output plugin sets this, so
now EPSes have smaller bounding boxes. A GUI needs to be
written for this setting.
2004-04-08 MenTaLguY <mental@rydia.net>
2004-04-07 MenTaLguY <mental@rydia.net>
document template (we need a real default document template, btw)
serializing code (disabled for now, due to the impending release)
2004-04-07 bulia byak <bulia@users.sourceforge.net>
editor does not completely reset it
*
share/tutorials/: SVG cleanup: remove unused font properties, wrong radius
paths in ellipses (leftovers from old versions). Expanded & updated tips &
*
file.cpp: Set uri on save in one place; save 'offcially' from here only
official arg to sp_module_system_save to prevent
docname/docbase changing on
* many files: _() fixes, edits in labels, messages, tooltips, mnemonics
open/save dialogs, ditto for warning overwrite and make it unresizeable
thing is highlighted in xml editor
* many files: Adib's svgostringstream patches to remove printfs
sp_desktop_scroll_to_point
after click is no longer horizontal.
neighbors' colors; is between stops even when the last stop is selected
2004-04-06 Ted Gould <ted@gould.cx>
Moving code around so that the filename extension gets put on by
the extension that is saving the file. This adds a couple complications
in that the extension now needs to check for overwriting the file
and also set the document URI. Better overall, but a PITA.
2004-04-05 njh <njh@mail.csse.monash.edu.au>
obsolete libraries, and to tidy things up a tad.
2004-04-04 Ted Gould <ted@gould.cx>
Now the input autodetect will try the SVG filter if the autodetect
fails. This was done by the command line, but now it is done
2004-04-04 MenTaLguY <mental@rydia.net>
Take the full list of document node children from libxml, and
append them in the correct order. This fixes bug #929348.
Added API for coping with comments at the root level (
i.e. siblings
of the root XML node), and made corresponding changes to the repr-io
code. In theory this should be enough to preserve them upon loading,
though in practice it still doesn't appear to be working (bug #929348).
Is there some libxml thing we need to do?
2004-04-04 Ted Gould <ted@gould.cx>
Sorry, I seem to be in some delay getting e-mail. Anyway, a few
files were changed to add in a new parameter 'dataloss' Basically
this signifies that a format was used to save that may not save
the whole document and thus, a pop-up is elevated on close to signal
that you might want to 'really save' this document.
2004-04-03 Ted Gould <ted@gould.cx>
Making it so that input extensions can specify the output extension
that gets used to save them. If this field isn't filled in, the value
gets set to NULL, and then the Save As dialog is used instead of
2004-04-03 Ted Gould <ted@gould.cx>
Fixing the output_extension flag to not be saved in a file, but also
to be able to be specified by the input module. Also, this fixes
the commandline processing of files to make them use the extension
2004-04-02 Ted Gould <ted@gould.cx>
Changing it so that SVG documents open and default to with
extension namespace. Also, autodetect is reenabled.
2004-04-03 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
2004-04-02 Ted Gould <ted@gould.cx>
Fixing the commandline printing. This required fixing both the
print driver to handle the newer extensions stuff. It seems
happy now. I went ahead and implemented save as postscript
2004-04-02 Peter Moulder <pmoulder@mail.csse.monash.edu.au>
"improved" value is never worse than the previous guess.
Greater CodingStyle conformance, mainly whitespace changes.
Always reparameterize between generate_bezier and calc_max_error.
Switch from discouraged alloca (see man page) to g_new, at cost of
some extra g_free calls in the code.
(reparameterize): Do in-place modification.
Add tests for generate_bezier, sp_bezier_fit_cubic_full.
Change to a simpler test bezier.
sp_darray_right_tangent):
Switch to using just the two end points for calculating the gradient.
(The old code could sometimes cause g_warning's.)
Correct the documentation of requirements.
(sp_darray_center_tangent): Similarly remove the #if'ed out code for
looking at more than two points.
# vim: tabstop=4:noexpandtab:shiftwidth=4