Code

inkscape.git
16 years agoReplaced blending modes example with a more detailed example
kiirala [Tue, 3 Jul 2007 21:39:42 +0000 (21:39 +0000)]
Replaced blending modes example with a more detailed example

16 years agosmall cleanup (consistently use Box3D::Axis to specify axis directions)
cilix42 [Tue, 3 Jul 2007 19:30:40 +0000 (19:30 +0000)]
small cleanup (consistently use Box3D::Axis to specify axis directions)

16 years agoMake box resizeable (currently 3 handles: arbitrary movement in XY plane, constrained...
cilix42 [Tue, 3 Jul 2007 19:27:22 +0000 (19:27 +0000)]
Make box resizeable (currently 3 handles: arbitrary movement in XY plane, constrained movement in Z direction)

16 years agoRefactoring of 3D box internals.
cilix42 [Tue, 3 Jul 2007 19:20:05 +0000 (19:20 +0000)]
Refactoring of 3D box internals.
Handle the corners in the box itself and only link to them from the separate faces. This way we can make the code *much* cleaner and more generic.
Provide generic auxiliary functions for the movement of corners in XY-plane and Z-direction.

16 years agoOnly create the faces of a 3D box when needed (use pointers to refer to them).
cilix42 [Tue, 3 Jul 2007 18:55:50 +0000 (18:55 +0000)]
Only create the faces of a 3D box when needed (use pointers to refer to them).

16 years agoMore meaningful name for 3D axis directions
cilix42 [Tue, 3 Jul 2007 18:38:27 +0000 (18:38 +0000)]
More meaningful name for 3D axis directions

16 years agoMake 3D axes correspond to places in binary representation (allows for more generic...
cilix42 [Tue, 3 Jul 2007 18:32:33 +0000 (18:32 +0000)]
Make 3D axes correspond to places in binary representation (allows for more generic code)

16 years agoSwap axis directions Y and Z (for consistency)
cilix42 [Tue, 3 Jul 2007 18:11:42 +0000 (18:11 +0000)]
Swap axis directions Y and Z (for consistency)

16 years agoUse arrays to manage corners and faces of 3D boxes
cilix42 [Tue, 3 Jul 2007 18:09:45 +0000 (18:09 +0000)]
Use arrays to manage corners and faces of 3D boxes

16 years ago r15736@tres: ted | 2007-07-02 21:11:39 -0700
gouldtj [Tue, 3 Jul 2007 04:13:31 +0000 (04:13 +0000)]
 r15736@tres:  ted | 2007-07-02 21:11:39 -0700
 Changing the working directory for scripts from the temporary directory
 to the current working directory (the one Inkscape was called with).  I
 don't think this is the 'right' way to do this -- but the win32 people
 kinda need it.

16 years ago r15705@tres: ted | 2007-07-02 20:15:46 -0700
gouldtj [Tue, 3 Jul 2007 03:48:19 +0000 (03:48 +0000)]
 r15705@tres:  ted | 2007-07-02 20:15:46 -0700
 Removing some dead code.

16 years ago r15704@tres: ted | 2007-07-02 16:03:34 -0700
gouldtj [Tue, 3 Jul 2007 03:48:15 +0000 (03:48 +0000)]
 r15704@tres:  ted | 2007-07-02 16:03:34 -0700
 Split out the execution environment object.

16 years ago r15703@tres: ted | 2007-07-02 15:27:14 -0700
gouldtj [Tue, 3 Jul 2007 03:48:05 +0000 (03:48 +0000)]
 r15703@tres:  ted | 2007-07-02 15:27:14 -0700
 Removing a check that needlessly exited if there was no GUI to display.
 It is now removed so those extensions only show the working dialog.

16 years ago r15702@tres: ted | 2007-07-02 15:17:48 -0700
gouldtj [Tue, 3 Jul 2007 03:48:00 +0000 (03:48 +0000)]
 r15702@tres:  ted | 2007-07-02 15:17:48 -0700
 Quotes were added to block shell variables, but now that we're using the
 GTK+ call we can assume that shells don't really get involved.

16 years agofix wrong modified signal handling: connecting was sigc but disconnecting was old...
buliabyak [Mon, 2 Jul 2007 19:04:27 +0000 (19:04 +0000)]
fix wrong modified signal handling: connecting was sigc but disconnecting was old g_signal

16 years agowas trying to have my cake and eat it too, memory-management-wise ... for
mental [Sun, 1 Jul 2007 20:08:45 +0000 (20:08 +0000)]
was trying to have my cake and eat it too, memory-management-wise ... for
now, manual management for Subtree

16 years agoinitial implementation of XML::Subtree API for tracking changes on a
mental [Sun, 1 Jul 2007 20:08:30 +0000 (20:08 +0000)]
initial implementation of XML::Subtree API for tracking changes on a
whole-subtree basis; the initial implementation does not have very good
performance for large subtrees, but should work well for smaller ones

16 years agoisolated internal spaces no longer force font-family quoting, for the
mental [Sat, 30 Jun 2007 23:40:01 +0000 (23:40 +0000)]
isolated internal spaces no longer force font-family quoting, for the
sake of backwards-compatibility with older Inkscape version; also,
additional comments

16 years agoAdd keybindings for the 3D box tool
cilix42 [Sat, 30 Jun 2007 12:51:32 +0000 (12:51 +0000)]
Add keybindings for the 3D box tool

16 years agopartial update of Slovak in trunk
helix84 [Fri, 29 Jun 2007 18:34:41 +0000 (18:34 +0000)]
partial update of Slovak in trunk

16 years agoWhen an image is clipped, the curve used for snapping must be updated
dvlierop2 [Fri, 29 Jun 2007 14:12:19 +0000 (14:12 +0000)]
When an image is clipped, the curve used for snapping must be updated

16 years agoexcluding plugin.cpp to fix compiling on win32 (list discussion indicated it isn...
scislac [Thu, 28 Jun 2007 19:43:18 +0000 (19:43 +0000)]
excluding plugin.cpp to fix compiling on win32 (list discussion indicated it isn't used on linux, we'll see about win32)

16 years agoNow nodes of transformed items will snap correctly
dvlierop2 [Thu, 28 Jun 2007 19:34:45 +0000 (19:34 +0000)]
Now nodes of transformed items will snap correctly

16 years agosp_style_new argument
buliabyak [Thu, 28 Jun 2007 02:14:18 +0000 (02:14 +0000)]
sp_style_new argument

16 years agoreverting commit 15065; let's come up with something better than this
dvlierop2 [Wed, 27 Jun 2007 21:10:14 +0000 (21:10 +0000)]
reverting commit 15065; let's come up with something better than this

16 years agosnapping transformation center again...
dvlierop2 [Wed, 27 Jun 2007 20:40:01 +0000 (20:40 +0000)]
snapping transformation center again...

16 years agoa couple more checks just in case
buliabyak [Wed, 27 Jun 2007 20:26:29 +0000 (20:26 +0000)]
a couple more checks just in case

16 years agofixed broken markup in EU translation
prokoudine [Wed, 27 Jun 2007 07:04:35 +0000 (07:04 +0000)]
fixed broken markup in EU translation

16 years ago r15700@tres: ted | 2007-06-26 23:54:54 -0700
gouldtj [Wed, 27 Jun 2007 06:56:47 +0000 (06:56 +0000)]
 r15700@tres:  ted | 2007-06-26 23:54:54 -0700
 Fixing an SVK push error.

16 years agouse an accessor method to get filter from style
buliabyak [Wed, 27 Jun 2007 06:34:35 +0000 (06:34 +0000)]
use an accessor method to get filter from style

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:32:00 +0000 (06:32 +0000)]

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:31:43 +0000 (06:31 +0000)]

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:30:40 +0000 (06:30 +0000)]

16 years ago r15631@tres: ted | 2007-06-26 22:34:54 -0700
gouldtj [Wed, 27 Jun 2007 06:29:59 +0000 (06:29 +0000)]
 r15631@tres:  ted | 2007-06-26 22:34:54 -0700
 Cleaning up the ::effect function to use more Glib::

16 years ago r15630@tres: ted | 2007-06-26 22:27:01 -0700
gouldtj [Wed, 27 Jun 2007 06:29:50 +0000 (06:29 +0000)]
 r15630@tres:  ted | 2007-06-26 22:27:01 -0700
 Implementing save.

16 years ago r15629@tres: ted | 2007-06-26 21:47:00 -0700
gouldtj [Wed, 27 Jun 2007 06:29:41 +0000 (06:29 +0000)]
 r15629@tres:  ted | 2007-06-26 21:47:00 -0700
 Adding in the ability to open files.  Which required some changes.  But,
 now everything seems happy.  Can't break it all anymore.

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:28:49 +0000 (06:28 +0000)]

16 years ago r15559@tres: ted | 2007-06-08 14:28:18 -0700
gouldtj [Wed, 27 Jun 2007 06:28:24 +0000 (06:28 +0000)]
 r15559@tres:  ted | 2007-06-08 14:28:18 -0700
 Adding in more parameter support.

16 years ago r15558@tres: ted | 2007-06-08 08:59:52 -0700
gouldtj [Wed, 27 Jun 2007 06:28:16 +0000 (06:28 +0000)]
 r15558@tres:  ted | 2007-06-08 08:59:52 -0700
 Making Johan an author and making the copyright "authors"

16 years ago r15557@tres: ted | 2007-06-08 08:58:12 -0700
gouldtj [Wed, 27 Jun 2007 06:28:08 +0000 (06:28 +0000)]
 r15557@tres:  ted | 2007-06-08 08:58:12 -0700
 Tying in integer and float types along with removing some bugs that they
 showed.

16 years ago r15556@tres: ted | 2007-06-08 08:57:40 -0700
gouldtj [Wed, 27 Jun 2007 06:27:59 +0000 (06:27 +0000)]
 r15556@tres:  ted | 2007-06-08 08:57:40 -0700
 Adding some functions for future expansion.

16 years ago r15555@tres: ted | 2007-06-08 08:57:04 -0700
gouldtj [Wed, 27 Jun 2007 06:27:51 +0000 (06:27 +0000)]
 r15555@tres:  ted | 2007-06-08 08:57:04 -0700
 Adding in a debuging message and extending copyright.

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:27:38 +0000 (06:27 +0000)]

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:27:26 +0000 (06:27 +0000)]

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:27:11 +0000 (06:27 +0000)]

16 years agoUpdated Basque translation from Iñaki Larrañaga Murgoitio
prokoudine [Wed, 27 Jun 2007 06:26:22 +0000 (06:26 +0000)]
Updated Basque translation from Iñaki Larrañaga Murgoitio

16 years ago r15506@tres: ted | 2007-05-24 22:30:55 -0700
gouldtj [Wed, 27 Jun 2007 06:26:13 +0000 (06:26 +0000)]
 r15506@tres:  ted | 2007-05-24 22:30:55 -0700
 Wow, the basics are kinda working.  Only for ints and floats, and it
 seems to not like repeadative entry.  But, it really is seeming very
 feasible.

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:25:56 +0000 (06:25 +0000)]

16 years ago r15481@tres: ted | 2007-05-22 09:56:22 -0700
gouldtj [Wed, 27 Jun 2007 06:25:39 +0000 (06:25 +0000)]
 r15481@tres:  ted | 2007-05-22 09:56:22 -0700
 Switching to sigc::signal so it actually works.

16 years ago r15480@tres: ted | 2007-05-20 23:51:34 -0700
gouldtj [Wed, 27 Jun 2007 06:25:23 +0000 (06:25 +0000)]
 r15480@tres:  ted | 2007-05-20 23:51:34 -0700
 The basics are all working, no call back from the preferences yet.
 That's the next step.  But the dialogs appear correctly, and it works in
 the background.

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:25:05 +0000 (06:25 +0000)]

16 years ago r15432@tres: ted | 2007-05-12 21:24:09 -0700
gouldtj [Wed, 27 Jun 2007 06:24:50 +0000 (06:24 +0000)]
 r15432@tres:  ted | 2007-05-12 21:24:09 -0700
 Cleaning up so that canceling works.

16 years ago r15380@tres: ted | 2007-05-10 19:24:35 -0700
gouldtj [Wed, 27 Jun 2007 06:20:42 +0000 (06:20 +0000)]
 r15380@tres:  ted | 2007-05-10 19:24:35 -0700
 Can now hit the cancel key and have it mean something.

16 years ago r15379@tres: ted | 2007-05-09 19:13:37 -0700
gouldtj [Wed, 27 Jun 2007 06:20:33 +0000 (06:20 +0000)]
 r15379@tres:  ted | 2007-05-09 19:13:37 -0700
 Moving the dialog one step out and adding a cancel event.

16 years ago r15378@tres: ted | 2007-05-09 18:59:27 -0700
gouldtj [Wed, 27 Jun 2007 06:20:19 +0000 (06:20 +0000)]
 r15378@tres:  ted | 2007-05-09 18:59:27 -0700
 Wow, working pretty well now.  More updates and let's make this a little
 bit cooler.

16 years ago r15377@tres: ted | 2007-05-08 22:03:14 -0700
gouldtj [Wed, 27 Jun 2007 06:20:11 +0000 (06:20 +0000)]
 r15377@tres:  ted | 2007-05-08 22:03:14 -0700
 It seems to work... I'm not entirely sure I understand why.  Needs more
 testing, but I'm optimistic.

16 years ago(no commit message)
gouldtj [Wed, 27 Jun 2007 06:19:58 +0000 (06:19 +0000)]

16 years ago r15368@tres: ted | 2007-05-05 13:53:51 -0700
gouldtj [Wed, 27 Jun 2007 06:19:46 +0000 (06:19 +0000)]
 r15368@tres:  ted | 2007-05-05 13:53:51 -0700
 Basic adjustments to get async all connected in.  This compiles for
 effects, but then it crashes.  But, it's a decent start.

16 years agoswitch SPStyle to using SPFilterReference for filters; sp_style_new now requires...
buliabyak [Wed, 27 Jun 2007 05:41:53 +0000 (05:41 +0000)]
switch SPStyle to using SPFilterReference for filters; sp_style_new now requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object

16 years agofix issue introduced in r14229
mental [Wed, 27 Jun 2007 01:46:48 +0000 (01:46 +0000)]
fix issue introduced in r14229

16 years agomore unreffing temporary styles properly
buliabyak [Wed, 27 Jun 2007 01:43:23 +0000 (01:43 +0000)]
more unreffing temporary styles properly

16 years agounref temporary styles properly
buliabyak [Wed, 27 Jun 2007 01:14:33 +0000 (01:14 +0000)]
unref temporary styles properly

16 years agofix style querying: now all objects have style, so to go up from SPStrings we need...
buliabyak [Wed, 27 Jun 2007 00:47:49 +0000 (00:47 +0000)]
fix style querying: now all objects have style, so to go up from SPStrings we need a different check

16 years agoFix "parsing error" with check-markup.
cmarqu [Tue, 26 Jun 2007 22:33:11 +0000 (22:33 +0000)]
Fix "parsing error" with check-markup.

16 years agoimplementing snapping to images
dvlierop2 [Tue, 26 Jun 2007 21:07:31 +0000 (21:07 +0000)]
implementing snapping to images

16 years agoAdd gtkrc to build.xml. Fix native path on <makefile>
ishmal [Tue, 26 Jun 2007 15:01:41 +0000 (15:01 +0000)]
Add gtkrc to build.xml.  Fix native path on <makefile>

16 years agoMove icon of 3D Box tool between Text tool and Connector tool
cilix42 [Tue, 26 Jun 2007 10:13:53 +0000 (10:13 +0000)]
Move icon of 3D Box tool between Text tool and Connector tool

16 years agoComplete fix of cast causing compile error on x86-64 (see commit no. 15178)
cilix42 [Tue, 26 Jun 2007 07:35:31 +0000 (07:35 +0000)]
Complete fix of cast causing compile error on x86-64 (see commit no. 15178)

16 years agofix effect to work after the lxml conversion
acspike [Tue, 26 Jun 2007 02:41:30 +0000 (02:41 +0000)]
fix effect to work after the lxml conversion

16 years agofix 1721790
buliabyak [Tue, 26 Jun 2007 02:27:14 +0000 (02:27 +0000)]
fix 1721790

16 years agofix up what was left broken after the lxml conversion
acspike [Tue, 26 Jun 2007 01:25:38 +0000 (01:25 +0000)]
fix up what was left broken after the lxml conversion

16 years agoRemove unused function sp_png_write_rgba (and its helper function sp_png_get_block_st...
pjrm [Mon, 25 Jun 2007 11:31:46 +0000 (11:31 +0000)]
Remove unused function sp_png_write_rgba (and its helper function sp_png_get_block_stripe).
(sp_png_write_rgba_striped): Don't export this function.  Change return type from int to bool.
(sp_export_png_file): Change return type from int to bool.

16 years agonoop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.
pjrm [Mon, 25 Jun 2007 11:14:35 +0000 (11:14 +0000)]
noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.

16 years agoCodingStyle: whitespace
pjrm [Mon, 25 Jun 2007 11:12:09 +0000 (11:12 +0000)]
CodingStyle: whitespace

16 years agoCodingStyle: const usage
pjrm [Mon, 25 Jun 2007 11:06:00 +0000 (11:06 +0000)]
CodingStyle: const usage

16 years agofunctional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local (static).
pjrm [Mon, 25 Jun 2007 10:20:09 +0000 (10:20 +0000)]
functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local (static).

16 years agotranslator files README and HACKING
ps_aux [Mon, 25 Jun 2007 04:16:35 +0000 (04:16 +0000)]
translator files README and HACKING

16 years agoUpdate python to 2.5. Add lxml and numpy, remove pyxml.
ishmal [Mon, 25 Jun 2007 01:13:11 +0000 (01:13 +0000)]
Update python to 2.5.  Add lxml and numpy, remove pyxml.

16 years agomove blend after blur, and blend with background buffer (enabled as
mental [Sun, 24 Jun 2007 18:42:24 +0000 (18:42 +0000)]
move blend after blur, and blend with background buffer (enabled as
necessary)

16 years agoinitial filter UI code drop from Nick
mental [Sun, 24 Jun 2007 18:42:18 +0000 (18:42 +0000)]
initial filter UI code drop from Nick

16 years agomerge OpenFont license support
mental [Sun, 24 Jun 2007 17:17:14 +0000 (17:17 +0000)]
merge OpenFont license support

16 years agoFix cast causing compile error on x86-64
gustav_b [Sun, 24 Jun 2007 14:47:56 +0000 (14:47 +0000)]
Fix cast causing compile error on x86-64

16 years agomore pyxml to lxml conversion.
acspike [Sun, 24 Jun 2007 13:17:46 +0000 (13:17 +0000)]
more pyxml to lxml conversion.
I'd like to get someone else to look at Barcode and the TeX extension.
Some of the big name extensions like pathalongpath.py still don't work but I have started converting (and somehow broke them). committing in case someone wants to help fix. :-)

16 years agoRight clicking on the swatch now correctly sets the outline colour.
joelholdsworth [Sun, 24 Jun 2007 12:51:33 +0000 (12:51 +0000)]
Right clicking on the swatch now correctly sets the outline colour.

16 years agoassert leads to false negatives
dvlierop2 [Sun, 24 Jun 2007 12:04:12 +0000 (12:04 +0000)]
assert leads to false negatives

16 years agoThis is a minor patch for the windows RC files. I've added the VERSIONINFO metadata...
joelholdsworth [Sun, 24 Jun 2007 10:25:46 +0000 (10:25 +0000)]
This is a minor patch for the windows RC files. I've added the VERSIONINFO metadata, as well as a manifest entry to both inkview.rc, and inkscape.rc. The two xml manifest files have been added to \src as well.

16 years agoupdated Ukrainian translation from Maxim Dziumanenko
prokoudine [Sat, 23 Jun 2007 20:25:59 +0000 (20:25 +0000)]
updated Ukrainian translation from Maxim Dziumanenko

16 years agoFixed a crash when changing blur of filtered object after duplicating it
kiirala [Sat, 23 Jun 2007 18:37:19 +0000 (18:37 +0000)]
Fixed a crash when changing blur of filtered object after duplicating it

16 years agoUsing the blur slider no longer destroys filters already applied to the object
kiirala [Sat, 23 Jun 2007 15:35:28 +0000 (15:35 +0000)]
Using the blur slider no longer destroys filters already applied to the object

16 years agoAdded polar coordinates.
tavmjong [Fri, 22 Jun 2007 11:11:19 +0000 (11:11 +0000)]
Added polar coordinates.
Added "Use" tab to dialog.

16 years agoFirst (very limited) version of the 3D box tool; allows for drawing of new boxes...
cilix42 [Thu, 21 Jun 2007 13:01:57 +0000 (13:01 +0000)]
First (very limited) version of the 3D box tool; allows for drawing of new boxes in a fixed perspective without any live interaction.

16 years agoFix function plotter for the most common case where there are no transforms applied...
acspike [Thu, 21 Jun 2007 11:49:24 +0000 (11:49 +0000)]
Fix function plotter for the most common case where there are no transforms applied to the rect objects. Thanks Tav for catching this.

16 years agoHandle the case of gnome_vfs_init failing. (Fixes Debian bug http://bugs.debian...
pjrm [Thu, 21 Jun 2007 09:05:40 +0000 (09:05 +0000)]
Handle the case of gnome_vfs_init failing.  (Fixes Debian bug bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.)

16 years agoCommitted patch 170667
jiho-sf [Thu, 21 Jun 2007 08:32:27 +0000 (08:32 +0000)]
Committed patch 170667
"There is a small bashism in share/extenions/ps2pdf.sh. This will result in a problem when using "Save As..." with "PDF with Text and Images" selected on systems using /bin/dash as the default shell.
Even if this kind of PDF output does not exist anymore...

16 years agoAdd fixme comment re testing for file existence inside g_return_if_fail.
pjrm [Wed, 20 Jun 2007 22:12:10 +0000 (22:12 +0000)]
Add fixme comment re testing for file existence inside g_return_if_fail.

16 years agoAnother round of extension conversion (from pyxml to lxml) and some corrections
acspike [Wed, 20 Jun 2007 03:31:47 +0000 (03:31 +0000)]
Another round of extension conversion (from pyxml to lxml) and some corrections

16 years agoForgot in earlier commit.
scislac [Tue, 19 Jun 2007 06:21:51 +0000 (06:21 +0000)]
Forgot in earlier commit.

16 years agobegin converting python extensions to use lxml. this might take me a while and it...
acspike [Tue, 19 Jun 2007 03:45:13 +0000 (03:45 +0000)]
begin converting python extensions to use lxml. this might take me a while and it will break unconverted extensions in the meanwhile.

16 years agoPatch 1664857 - Rename windows.gpl (plus internal name change) to windowsXP.gpl to...
scislac [Tue, 19 Jun 2007 02:50:27 +0000 (02:50 +0000)]
Patch 1664857 - Rename windows.gpl (plus internal name change) to windowsXP.gpl to reflect real palette application. Windows Vista icons don't have a recommended palette, so it was appropriate to distinguish.

16 years agopatch 1734633: option to save window geometry in prefs
buliabyak [Mon, 18 Jun 2007 18:52:51 +0000 (18:52 +0000)]
patch 1734633: option to save window geometry in prefs