16 years agolpe-vonkoch: added checkbox to restrict to (orientation preserving or not) similarity...
lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) similarity transforms.
Fix minor breakage in grid preferences caused by pref refactoring.
lpe-vonkoch: updated to handle groups + changed parameter interpretation to allow general transformations
fix bug 269390, whitespace
Add a header with forward declarations for the XML namespace.
bug 202103: crash then putting text containing a soft hyphen character (u00AD) onto a path
Fix some bugs introduced by the preferences rewrite.
Fix transformation for items rendered as bitmaps (i.e. filters) in
Cairo PDF output.
Cairo PDF output.
For so long I didn't have time to update the translation.
I'll spend more time on this.
Update a few new strings.
I'll spend more time on this.
Update a few new strings.
Refactored preferences handling into a new version of
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans.
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans.
fix leak of the arena and arenaitem
hide the item shown for tracing, fixes leak
this item is not hide'd, so unref it instead to prevent leak
16 years agoremove extra unref; now ref/unref is done by show/hide; this used to stop this arenai...
remove extra unref; now ref/unref is done by show/hide; this used to stop this arenaitem from leaking, but this is now fixed properly in SPItem
remove unneeded ref, arenaitem is reffed when created on invoke_show and unreffed by invoke_hide; this ref caused most arenaitems to leak
the proper way to delete a SPDocument, according to mental
lpe-knot update. Each crossing can be flipped independently.
Finish the original command-name addition.
minor bug fix in portion(pw,a,b) when b is a cut of pw.
fix first argument being lost in shell mode
Make displaying of unit in lpe-path-length optional
Scaling factor for lpe-path-length
Fixes for clipping and masking:
Transformations.
For masking, must convert RGBA mask to A for Cairo.
Transformations.
For masking, must convert RGBA mask to A for Cairo.
Warning cleanup
Handle optional bbox behavior. Fixes warning.
Applied cleaned-up patch for 'server' or 'shell' mode.
Fixes bug #259303
Fixes bug #259303
Warning for bug
only display flash helperpath warning for shapes other than paths
fix UI node counting
More sensible behaviour of the treat-selection-as-group option in align & distribute dialog
try to fix bug 257289
Hide canvas text, too, when lpe-path-length is invisible
Add option to align & distribute dialog to treat the selection as a group (closes LP 255933)
Fix to conform to the RELAX NG schema.
More tabs
Whitespace cleanup
update 2geom to rev1583
fix curve test. curve with empty pathvector is *not* closed.
fix curve::penultimate_point old behavior. no longer triggers 2geom exception.
convert almost all libnrtype to Geom::
Make tooltip reflect the correct range for calligraphy angle fixation
First patch for Bug 209199: Update Win32 Save As dialog to include a Title edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch).
LIBNR REMOVAL. remove nartbpath test code in build.xml
LIBNR REMOVAL. remove nartbpath code!!!
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.
2geomify, remove warnings and other fixes
Fix clipping for Cairo generated PNG's.
add quick comment
Temporarily specifying a return value to avoid strange bugs
2geom update (rev. 1578); fixes node editing of some degenerate paths
add missing #include for gtk version check
add version check for new api
Unselet item in geometry tool when the user clicked into empty space
Warning cleanup
Slightly smaller page size entries
Fix LP #258124 and crash when copying LPEs
Attempt to fix the 245 floor / 255 page size adjustment problem.
fix node tool for LPEs by reverting r19694
Remove an obsolete comment
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all references to nr-path.h)
16 years agoIf a snapper needs a reference to a SPNamedView or a SPDesktop, then get that referen...
If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that reference via the SnapManager (instead of storing references in the snapper and accessing them directly)
Remove pointer to SPDesktop from ObjectSnapper
finally got the pattern transform right
add support for ROBO-Master multi-spline
Change includes for gtk.h/gtkclist.h slightly
undo last commit - here's a better way to fix this bug
Add libgio.dll to distro. Will need for gtk2.14, but good now, too.
fix crash: separate np and kh listeners so that np listener is not fired twice when a path with pattern fill is edited
comment typo
Make click-select work in geometry tool
Select landscape by default for certain page formats
Add page sizes for various business card formats as per request in LP #172225
The page size table in Document Properties should use the available vertical space
Make rasterization of filters into pdf respect the requested dpi.
This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms.
This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms.
convert moveto, lineto and curveto native to Point, instead of going to gdouble to go back to Point again....
16 years agoAdd a zoom correction option to preferences (used when zooming to 1:1 etc. to display...
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to display items in their true sizes)
add lpe param: VectorParam<float> and VectorParam<double>
add method to write single paths to svg
Fixed forgotten variable assignment
comment update
use smaller subpixel scaling; large values take more memory and sometimes fail for too large patter tiles
removed unnecessary pointer, changed to by reference. (the pointer was not allowed to be NULL, so reference is better)
Fixes to desktop file from patch. Bug #263233
fix assert when exporting bug 171849 file, make sure small patterns are exported properly by scaling them up (to use integer width/height) and then down
I don't have this function, must be a recent addition to glib? replaced by a more standard one
update 2geom (rev. 1569)
yet another update of ru.po
Move single-dot-creation function to a better location (and rename it accordingly)
Fixed missing return of value and misc return cleanup. Should be the proper fix for the prior problems here.
Fix for missing define
enable EPS export via cairo, use it instead of the old native one
fix names and mime types; cairo ps out now the default
disable old non-cairo ps export via print
remove cairo and experimental from the name; now this is THE pdf exporter
properly transform clippath: transform of the item using the clippath must also be applied
remove unused include files and methods
remove unused variables
cairo-render-context extension implementation converted to 2geom
temporary fix for continuity exception
Fix patterns when scaled.
Avoid pattern size change due to rounding errors in ceil().
Avoid pattern size change due to rounding errors in ceil().
NR => Geom for context-fns