Code

inkscape.git
15 years agoAdd option to align & distribute dialog to treat the selection as a group (closes...
cilix42 [Sat, 13 Sep 2008 15:31:36 +0000 (15:31 +0000)]
Add option to align & distribute dialog to treat the selection as a group (closes LP 255933)

15 years agoFix to conform to the RELAX NG schema.
sasilver [Sat, 13 Sep 2008 10:09:33 +0000 (10:09 +0000)]
Fix to conform to the RELAX NG schema.

15 years agoMore tabs
joncruz [Sat, 13 Sep 2008 06:57:34 +0000 (06:57 +0000)]
More tabs

15 years agoWhitespace cleanup
joncruz [Sat, 13 Sep 2008 06:55:45 +0000 (06:55 +0000)]
Whitespace cleanup

15 years agoupdate 2geom to rev1583
johanengelen [Fri, 12 Sep 2008 23:07:54 +0000 (23:07 +0000)]
update 2geom to rev1583

15 years agofix curve test. curve with empty pathvector is *not* closed.
johanengelen [Thu, 11 Sep 2008 22:07:07 +0000 (22:07 +0000)]
fix curve test. curve with empty pathvector is *not* closed.

15 years agofix curve::penultimate_point old behavior. no longer triggers 2geom exception.
johanengelen [Thu, 11 Sep 2008 22:03:22 +0000 (22:03 +0000)]
fix curve::penultimate_point old behavior.  no longer triggers 2geom exception.

15 years agoconvert almost all libnrtype to Geom::
johanengelen [Thu, 11 Sep 2008 21:44:48 +0000 (21:44 +0000)]
convert almost all libnrtype to Geom::

15 years agoMake tooltip reflect the correct range for calligraphy angle fixation
cilix42 [Thu, 11 Sep 2008 15:18:12 +0000 (15:18 +0000)]
Make tooltip reflect the correct range for calligraphy angle fixation

15 years agoFirst patch for Bug 209199: Update Win32 Save As dialog to include a Title edit box...
jeff_schiller [Thu, 11 Sep 2008 07:39:53 +0000 (07:39 +0000)]
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).

15 years agoLIBNR REMOVAL. remove nartbpath test code in build.xml
johanengelen [Wed, 10 Sep 2008 23:44:47 +0000 (23:44 +0000)]
LIBNR REMOVAL. remove nartbpath test code in build.xml

15 years agoLIBNR REMOVAL. remove nartbpath code!!!
johanengelen [Wed, 10 Sep 2008 23:42:59 +0000 (23:42 +0000)]
LIBNR REMOVAL.  remove nartbpath code!!!
remove nartbpath test code etc.
remove inkscape's path parsing, since it is now done by 2geom.

15 years ago2geomify, remove warnings and other fixes
ulferikson [Wed, 10 Sep 2008 14:54:40 +0000 (14:54 +0000)]
2geomify, remove warnings and other fixes

15 years agoFix clipping for Cairo generated PNG's.
tavmjong [Wed, 10 Sep 2008 13:26:52 +0000 (13:26 +0000)]
Fix clipping for Cairo generated PNG's.

15 years agoadd quick comment
johanengelen [Wed, 10 Sep 2008 00:12:17 +0000 (00:12 +0000)]
add quick comment

15 years agoTemporarily specifying a return value to avoid strange bugs
joncruz [Tue, 9 Sep 2008 08:08:34 +0000 (08:08 +0000)]
Temporarily specifying a return value to avoid strange bugs

15 years ago2geom update (rev. 1578); fixes node editing of some degenerate paths
cilix42 [Mon, 8 Sep 2008 22:20:36 +0000 (22:20 +0000)]
2geom update (rev. 1578); fixes node editing of some degenerate paths

15 years agoadd missing #include for gtk version check
cilix42 [Mon, 8 Sep 2008 21:40:42 +0000 (21:40 +0000)]
add missing #include for gtk version check

15 years agoadd version check for new api
ishmal [Mon, 8 Sep 2008 15:36:52 +0000 (15:36 +0000)]
add version check for new api

15 years agoUnselet item in geometry tool when the user clicked into empty space
cilix42 [Mon, 8 Sep 2008 14:31:49 +0000 (14:31 +0000)]
Unselet item in geometry tool when the user clicked into empty space

15 years agoWarning cleanup
cilix42 [Mon, 8 Sep 2008 14:31:31 +0000 (14:31 +0000)]
Warning cleanup

15 years agoSlightly smaller page size entries
cilix42 [Mon, 8 Sep 2008 14:30:46 +0000 (14:30 +0000)]
Slightly smaller page size entries

15 years agoFix LP #258124 and crash when copying LPEs
cilix42 [Mon, 8 Sep 2008 11:26:05 +0000 (11:26 +0000)]
Fix LP #258124 and crash when copying LPEs

15 years agoAttempt to fix the 245 floor / 255 page size adjustment problem.
ishmal [Mon, 8 Sep 2008 07:52:36 +0000 (07:52 +0000)]
Attempt to fix the 245 floor / 255 page size adjustment problem.

15 years agofix node tool for LPEs by reverting r19694
johanengelen [Sun, 7 Sep 2008 19:51:59 +0000 (19:51 +0000)]
fix node tool for LPEs by reverting r19694

15 years agoRemove an obsolete comment
dvlierop2 [Sun, 7 Sep 2008 19:02:52 +0000 (19:02 +0000)]
Remove an obsolete comment

15 years agoLIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all referenc...
johanengelen [Sun, 7 Sep 2008 18:40:47 +0000 (18:40 +0000)]
LIBNR REMOVAL.  Deleted nr-path.h/.cpp which is no longer used. (removed all references to nr-path.h)

15 years agoIf a snapper needs a reference to a SPNamedView or a SPDesktop, then get that referen...
dvlierop2 [Sun, 7 Sep 2008 15:12:57 +0000 (15:12 +0000)]
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)

15 years agoRemove pointer to SPDesktop from ObjectSnapper
dvlierop2 [Sun, 7 Sep 2008 10:35:07 +0000 (10:35 +0000)]
Remove pointer to SPDesktop from ObjectSnapper

15 years agofinally got the pattern transform right
buliabyak [Sat, 6 Sep 2008 22:18:00 +0000 (22:18 +0000)]
finally got the pattern transform right

15 years agoadd support for ROBO-Master multi-spline
alvinpenner [Sat, 6 Sep 2008 13:20:33 +0000 (13:20 +0000)]
add support for ROBO-Master multi-spline

15 years agoChange includes for gtk.h/gtkclist.h slightly
ishmal [Sat, 6 Sep 2008 01:14:33 +0000 (01:14 +0000)]
Change includes for gtk.h/gtkclist.h slightly

15 years agoundo last commit - here's a better way to fix this bug
buliabyak [Fri, 5 Sep 2008 23:13:44 +0000 (23:13 +0000)]
undo last commit - here's a better way to fix this bug

15 years agoAdd libgio.dll to distro. Will need for gtk2.14, but good now, too.
ishmal [Fri, 5 Sep 2008 20:19:28 +0000 (20:19 +0000)]
Add libgio.dll to distro.  Will need for gtk2.14, but good now, too.

15 years agofix crash: separate np and kh listeners so that np listener is not fired twice when...
buliabyak [Fri, 5 Sep 2008 19:48:07 +0000 (19:48 +0000)]
fix crash: separate np and kh listeners so that np listener is not fired twice when a path with pattern fill is edited

15 years agocomment typo
buliabyak [Fri, 5 Sep 2008 19:46:46 +0000 (19:46 +0000)]
comment typo

15 years agoMake click-select work in geometry tool
cilix42 [Fri, 5 Sep 2008 18:54:49 +0000 (18:54 +0000)]
Make click-select work in geometry tool

15 years agoSelect landscape by default for certain page formats
cilix42 [Fri, 5 Sep 2008 18:54:32 +0000 (18:54 +0000)]
Select landscape by default for certain page formats

15 years agoAdd page sizes for various business card formats as per request in LP #172225
cilix42 [Fri, 5 Sep 2008 18:54:10 +0000 (18:54 +0000)]
Add page sizes for various business card formats as per request in LP #172225

15 years agoThe page size table in Document Properties should use the available vertical space
cilix42 [Fri, 5 Sep 2008 18:53:49 +0000 (18:53 +0000)]
The page size table in Document Properties should use the available vertical space

15 years agoMake rasterization of filters into pdf respect the requested dpi.
acspike [Fri, 5 Sep 2008 04:07:55 +0000 (04:07 +0000)]
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.

15 years agoconvert moveto, lineto and curveto native to Point, instead of going to gdouble to...
johanengelen [Thu, 4 Sep 2008 18:56:22 +0000 (18:56 +0000)]
convert moveto, lineto and curveto native to Point, instead of going to gdouble to go back to Point again....

15 years agoAdd a zoom correction option to preferences (used when zooming to 1:1 etc. to display...
cilix42 [Thu, 4 Sep 2008 16:44:24 +0000 (16:44 +0000)]
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to display items in their true sizes)

15 years agoadd lpe param: VectorParam<float> and VectorParam<double>
johanengelen [Tue, 2 Sep 2008 23:21:31 +0000 (23:21 +0000)]
add lpe param: VectorParam<float> and VectorParam<double>

15 years agoadd method to write single paths to svg
johanengelen [Tue, 2 Sep 2008 22:14:59 +0000 (22:14 +0000)]
add method to write single paths to svg

15 years agoFixed forgotten variable assignment
joncruz [Tue, 2 Sep 2008 08:29:21 +0000 (08:29 +0000)]
Fixed forgotten variable assignment

15 years agocomment update
buliabyak [Mon, 1 Sep 2008 23:05:38 +0000 (23:05 +0000)]
comment update

15 years agouse smaller subpixel scaling; large values take more memory and sometimes fail for...
buliabyak [Mon, 1 Sep 2008 23:05:17 +0000 (23:05 +0000)]
use smaller subpixel scaling; large values take more memory and sometimes fail for too large patter tiles

15 years agoremoved unnecessary pointer, changed to by reference. (the pointer was not allowed...
johanengelen [Mon, 1 Sep 2008 23:04:44 +0000 (23:04 +0000)]
removed unnecessary pointer, changed to by reference. (the pointer was not allowed to be NULL, so reference is better)

15 years agoFixes to desktop file from patch. Bug #263233
joncruz [Mon, 1 Sep 2008 22:01:47 +0000 (22:01 +0000)]
Fixes to desktop file from patch. Bug #263233

15 years agofix assert when exporting bug 171849 file, make sure small patterns are exported...
buliabyak [Mon, 1 Sep 2008 20:54:33 +0000 (20:54 +0000)]
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

15 years agoI don't have this function, must be a recent addition to glib? replaced by a more...
buliabyak [Mon, 1 Sep 2008 20:52:19 +0000 (20:52 +0000)]
I don't have this function, must be a recent addition to glib? replaced by a more standard one

15 years agoupdate 2geom (rev. 1569)
johanengelen [Mon, 1 Sep 2008 19:29:30 +0000 (19:29 +0000)]
update 2geom (rev. 1569)

15 years agoyet another update of ru.po
prokoudine [Mon, 1 Sep 2008 17:07:25 +0000 (17:07 +0000)]
yet another update of ru.po

15 years agoMove single-dot-creation function to a better location (and rename it accordingly)
cilix42 [Mon, 1 Sep 2008 15:45:39 +0000 (15:45 +0000)]
Move single-dot-creation function to a better location (and rename it accordingly)

15 years agoFixed missing return of value and misc return cleanup. Should be the proper fix for...
joncruz [Mon, 1 Sep 2008 08:30:08 +0000 (08:30 +0000)]
Fixed missing return of value and misc return cleanup. Should be the proper fix for the prior problems here.

15 years agoFix for missing define
joncruz [Mon, 1 Sep 2008 08:14:13 +0000 (08:14 +0000)]
Fix for missing define

15 years agoenable EPS export via cairo, use it instead of the old native one
buliabyak [Mon, 1 Sep 2008 01:30:46 +0000 (01:30 +0000)]
enable EPS export via cairo, use it instead of the old native one

15 years agofix names and mime types; cairo ps out now the default
buliabyak [Sun, 31 Aug 2008 21:55:16 +0000 (21:55 +0000)]
fix names and mime types; cairo ps out now the default

15 years agodisable old non-cairo ps export via print
buliabyak [Sun, 31 Aug 2008 21:49:53 +0000 (21:49 +0000)]
disable old non-cairo ps export via print

15 years agoremove cairo and experimental from the name; now this is THE pdf exporter
buliabyak [Sun, 31 Aug 2008 20:22:33 +0000 (20:22 +0000)]
remove cairo and experimental from the name; now this is THE pdf exporter

15 years agoproperly transform clippath: transform of the item using the clippath must also be...
buliabyak [Sun, 31 Aug 2008 20:04:13 +0000 (20:04 +0000)]
properly transform clippath: transform of the item using the clippath must also be applied

15 years agoremove unused include files and methods
johanengelen [Sun, 31 Aug 2008 14:52:06 +0000 (14:52 +0000)]
remove unused include files and methods

15 years agoremove unused variables
johanengelen [Sun, 31 Aug 2008 14:21:11 +0000 (14:21 +0000)]
remove unused variables

15 years agocairo-render-context extension implementation converted to 2geom
johanengelen [Sun, 31 Aug 2008 14:02:18 +0000 (14:02 +0000)]
cairo-render-context extension implementation converted to 2geom

15 years agotemporary fix for continuity exception
johanengelen [Sun, 31 Aug 2008 13:38:23 +0000 (13:38 +0000)]
temporary fix for continuity exception

15 years agoFix patterns when scaled.
tavmjong [Sun, 31 Aug 2008 12:15:47 +0000 (12:15 +0000)]
Fix patterns when scaled.
Avoid pattern size change due to rounding errors in ceil().

15 years agoNR => Geom for context-fns
johanengelen [Sat, 30 Aug 2008 21:26:28 +0000 (21:26 +0000)]
NR => Geom for context-fns

15 years agoNR => Geom for arc-context
johanengelen [Sat, 30 Aug 2008 20:59:23 +0000 (20:59 +0000)]
NR => Geom for arc-context

15 years agoNR => Geom for (almost all of) event-context.h/.cpp
johanengelen [Sat, 30 Aug 2008 20:54:07 +0000 (20:54 +0000)]
NR => Geom for (almost all of) event-context.h/.cpp

15 years agoEliminate SP_ACTIVE_DESKTOP in the object-snapper
dvlierop2 [Sat, 30 Aug 2008 19:27:32 +0000 (19:27 +0000)]
Eliminate SP_ACTIVE_DESKTOP in the object-snapper

15 years ago * Some minor markup errors fixed
luca_bruno [Sat, 30 Aug 2008 08:58:30 +0000 (08:58 +0000)]
 * Some minor markup errors fixed

15 years ago * [INTL: NL] Updated dutch translation, by myckel and Benno Schulenberg (closes...
luca_bruno [Sat, 30 Aug 2008 08:54:35 +0000 (08:54 +0000)]
 * [INTL: NL] Updated dutch translation, by myckel and Benno Schulenberg (closes: 219475)

15 years agoFix regression in snapping to paths (which caused self-snapping)
dvlierop2 [Fri, 29 Aug 2008 17:27:26 +0000 (17:27 +0000)]
Fix regression in snapping to paths (which caused self-snapping)

15 years agoUlf Ericson's patch for implementing missing properties in the new pdf exporter
buliabyak [Fri, 29 Aug 2008 00:46:35 +0000 (00:46 +0000)]
Ulf Ericson's patch for implementing missing properties in the new pdf exporter

15 years agotemporarily, make pdf exporters switchable for testing
buliabyak [Fri, 29 Aug 2008 00:42:41 +0000 (00:42 +0000)]
temporarily, make pdf exporters switchable for testing

15 years agofix crash on trying to autosave with no documents (e.g. when inkscape was given a...
buliabyak [Thu, 28 Aug 2008 20:45:29 +0000 (20:45 +0000)]
fix crash on trying to autosave with no documents (e.g. when inkscape was given a wrong filename on the command line and hangs in the file-not-found dialog)

15 years agoFix snapping of spirals
dvlierop2 [Thu, 28 Aug 2008 19:59:11 +0000 (19:59 +0000)]
Fix snapping of spirals

15 years agoModify the parameters required for setting up the SnapManager
dvlierop2 [Thu, 28 Aug 2008 19:32:55 +0000 (19:32 +0000)]
Modify the parameters required for setting up the SnapManager

15 years agonull check fixes patch from bug 261475
buliabyak [Thu, 28 Aug 2008 18:35:16 +0000 (18:35 +0000)]
null check fixes patch from bug 261475

15 years agoadded missing semicolons in translatable messages
prokoudine [Thu, 28 Aug 2008 17:47:28 +0000 (17:47 +0000)]
added missing semicolons in translatable messages

15 years agoFixed clipboard code to properly load needed extensions. Fixes bug #171662
joncruz [Thu, 28 Aug 2008 15:56:26 +0000 (15:56 +0000)]
Fixed clipboard code to properly load needed extensions. Fixes bug #171662

15 years agoFixed crash due to use of uninitialized pointer
joncruz [Thu, 28 Aug 2008 11:59:25 +0000 (11:59 +0000)]
Fixed crash due to use of uninitialized pointer

15 years agoenable failOnError in TaskDelete
ishmal [Tue, 26 Aug 2008 14:02:46 +0000 (14:02 +0000)]
enable failOnError in TaskDelete

15 years agofixed bug in removeFile()
ishmal [Tue, 26 Aug 2008 03:29:49 +0000 (03:29 +0000)]
fixed bug in removeFile()

15 years agoCleanup of named icon background rendering and added pref for workaround
joncruz [Mon, 25 Aug 2008 11:41:38 +0000 (11:41 +0000)]
Cleanup of named icon background rendering and added pref for workaround

15 years agofix per SVG spec: bbox for paint servers must be exclusive of a stroke width etc...
buliabyak [Mon, 25 Aug 2008 02:10:17 +0000 (02:10 +0000)]
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width etc., ie be geometric

15 years agowhitespace
buliabyak [Mon, 25 Aug 2008 01:53:17 +0000 (01:53 +0000)]
whitespace

15 years agoFix for Bug 238113 (preserve title/desc for various Inkscape operations)
jeff_schiller [Sun, 24 Aug 2008 13:16:51 +0000 (13:16 +0000)]
Fix for Bug 238113 (preserve title/desc for various Inkscape operations)

15 years agoadding my name as per discussions with Aaron Spike
alvinpenner [Sat, 23 Aug 2008 10:54:05 +0000 (10:54 +0000)]
adding my name as per discussions with Aaron Spike

15 years agoUpdate to sync metadata title to the document title.
jeff_schiller [Sat, 23 Aug 2008 06:16:49 +0000 (06:16 +0000)]
Update to sync metadata title to the document title.

15 years agoSupport for title and desc elements when serializing as Plain SVG.
jeff_schiller [Sat, 23 Aug 2008 06:13:23 +0000 (06:13 +0000)]
Support for title and desc elements when serializing as Plain SVG.

15 years agoHopefully fix for the recently experienced crashes when building with -O2. I don...
cilix42 [Fri, 22 Aug 2008 15:35:40 +0000 (15:35 +0000)]
Hopefully fix for the recently experienced crashes when building with -O2. I don't understand why it works, please have a look at this yourself (also see post on the mailing list).

15 years agoFix to bug with export-width and export-height due to errno not being reset during...
johncliff [Wed, 20 Aug 2008 21:01:27 +0000 (21:01 +0000)]
Fix to bug with export-width and export-height due to errno not being reset during strtoul.
See jabber logs at 4pm 8/20/08

15 years agoMake lpe-ruler work for arbitrary paths, not just line segments
cilix42 [Tue, 19 Aug 2008 19:37:49 +0000 (19:37 +0000)]
Make lpe-ruler work for arbitrary paths, not just line segments

15 years agoFix LP #258604 (incorrect direction in tutorial-basic.svg); also fix this in a couple...
cilix42 [Tue, 19 Aug 2008 18:05:00 +0000 (18:05 +0000)]
Fix LP #258604 (incorrect direction in tutorial-basic.svg); also fix this in a couple of other languages

15 years agoDon't display canvas text (length info) in lpe-ruler any more; add many more options
cilix42 [Tue, 19 Aug 2008 17:52:18 +0000 (17:52 +0000)]
Don't display canvas text (length info) in lpe-ruler any more; add many more options

15 years agofixed a typo
prokoudine [Tue, 19 Aug 2008 16:23:21 +0000 (16:23 +0000)]
fixed a typo

15 years agoDeactivate unit selector when measuring info is off
cilix42 [Tue, 19 Aug 2008 13:37:37 +0000 (13:37 +0000)]
Deactivate unit selector when measuring info is off

15 years agoApply instant-LPEs _before_ adding new items to selection (so that they can be taken...
cilix42 [Tue, 19 Aug 2008 13:36:55 +0000 (13:36 +0000)]
Apply instant-LPEs _before_ adding new items to selection (so that they can be taken into account on new items)