Code

inkscape.git
18 years agoc -> cpp (eliminating unneded casts)
knutux [Thu, 6 Apr 2006 17:28:44 +0000 (17:28 +0000)]
c -> cpp (eliminating unneded casts)

18 years agoTypo
knutux [Thu, 6 Apr 2006 16:44:13 +0000 (16:44 +0000)]
Typo

18 years agoAdding simple debug
joncruz [Thu, 6 Apr 2006 16:30:05 +0000 (16:30 +0000)]
Adding simple debug

18 years agotwo crashes while editing nodes (one of those is reported as bug 1453558).
knutux [Thu, 6 Apr 2006 12:49:42 +0000 (12:49 +0000)]
two crashes while editing nodes (one of those is reported as bug 1453558).
* fixed by making SPKnotHolder a referenced class and adding ref/unref in knot_click_handler (which sometime change attributes and knot handler is destroyed before calling knotholder_update_knots);
* fixed another crash by adding ref/unref to sp_knot_handler
* also added signal disconnecting

18 years agoone type and small update
knutux [Thu, 6 Apr 2006 09:45:41 +0000 (09:45 +0000)]
one type and small update

18 years agoignore generated test .cpp
joncruz [Thu, 6 Apr 2006 09:43:22 +0000 (09:43 +0000)]
ignore generated test .cpp

18 years agoignore2
joncruz [Thu, 6 Apr 2006 09:39:21 +0000 (09:39 +0000)]
ignore2

18 years agoignore
joncruz [Thu, 6 Apr 2006 09:36:45 +0000 (09:36 +0000)]
ignore

18 years agomissed a file
joncruz [Thu, 6 Apr 2006 09:13:40 +0000 (09:13 +0000)]
missed a file

18 years agoDecoupling from direct use of GtkIconSize to allow for smaller custom ones.
joncruz [Thu, 6 Apr 2006 09:10:47 +0000 (09:10 +0000)]
Decoupling from direct use of GtkIconSize to allow for smaller custom ones.

18 years agoAdding rendering-intent to <color-profile>
joncruz [Thu, 6 Apr 2006 07:20:13 +0000 (07:20 +0000)]
Adding rendering-intent to <color-profile>

18 years agoshare/keyboards -> share/keys; first shot at configurable keymaps
mental [Thu, 6 Apr 2006 04:23:24 +0000 (04:23 +0000)]
share/keyboards -> share/keys; first shot at configurable keymaps

18 years agointroduce uniform resource path API to replace copy-and-pasted hacks
mental [Thu, 6 Apr 2006 03:34:45 +0000 (03:34 +0000)]
introduce uniform resource path API to replace copy-and-pasted hacks

18 years agonew language zh_TW
a_b [Wed, 5 Apr 2006 20:56:02 +0000 (20:56 +0000)]
new language zh_TW

18 years agonew language zh_TW
a_b [Wed, 5 Apr 2006 20:51:24 +0000 (20:51 +0000)]
new language zh_TW

18 years agoupdated PO files
a_b [Wed, 5 Apr 2006 20:33:45 +0000 (20:33 +0000)]
updated PO files

18 years agoPOTFILES.in maintenance
a_b [Wed, 5 Apr 2006 20:16:14 +0000 (20:16 +0000)]
POTFILES.in maintenance

18 years agoinsert clippath/mask item above the unmasked item into the same parent, instead of...
buliabyak [Wed, 5 Apr 2006 20:15:52 +0000 (20:15 +0000)]
insert clippath/mask item above the unmasked item into the same parent, instead of just putting it on top of everything in the current layer

18 years agonow sp_item_invoke_bbox_full does union of the item's bbox (after clippath cropping...
buliabyak [Wed, 5 Apr 2006 19:28:53 +0000 (19:28 +0000)]
now sp_item_invoke_bbox_full does union of the item's bbox (after clippath cropping) with the box passed as parameter, instead of subclass bbox methods as before; this fixes a bug with bbox of a group containig a clipped item

18 years agoadd stroke to bbox for flowtext too
buliabyak [Wed, 5 Apr 2006 19:21:18 +0000 (19:21 +0000)]
add stroke to bbox for flowtext too

18 years agoFixing bug 1462517
knutux [Wed, 5 Apr 2006 15:42:53 +0000 (15:42 +0000)]
Fixing bug 1462517

18 years agoFixed comment
joncruz [Wed, 5 Apr 2006 14:53:15 +0000 (14:53 +0000)]
Fixed comment

18 years agoTuned icc-color() parsing
joncruz [Wed, 5 Apr 2006 09:19:22 +0000 (09:19 +0000)]
Tuned icc-color() parsing

18 years agoAdding new attributes
joncruz [Wed, 5 Apr 2006 05:33:44 +0000 (05:33 +0000)]
Adding new attributes

18 years agoMoving out icc parser
joncruz [Wed, 5 Apr 2006 03:09:15 +0000 (03:09 +0000)]
Moving out icc parser

18 years agoUpdated cases for attributes added in <color-profile> support
joncruz [Tue, 4 Apr 2006 09:33:09 +0000 (09:33 +0000)]
Updated cases for attributes added in <color-profile> support

18 years agoConverting attributes test to CxxTest
joncruz [Tue, 4 Apr 2006 09:29:55 +0000 (09:29 +0000)]
Converting attributes test to CxxTest

18 years agoAdd LittleCMS
ishmal [Tue, 4 Apr 2006 05:03:27 +0000 (05:03 +0000)]
Add LittleCMS

18 years agoinclude errno.h
acspike [Tue, 4 Apr 2006 02:39:19 +0000 (02:39 +0000)]
include errno.h

18 years agonew file
ishmal [Mon, 3 Apr 2006 15:13:16 +0000 (15:13 +0000)]
new file

18 years agoinitial parsing of icc-color()
joncruz [Mon, 3 Apr 2006 08:43:23 +0000 (08:43 +0000)]
initial parsing of icc-color()

18 years agoCodingStyle: whitespace
pjrm [Mon, 3 Apr 2006 08:42:56 +0000 (08:42 +0000)]
CodingStyle: whitespace

18 years agofix to return the end pointer when desired
joncruz [Mon, 3 Apr 2006 08:41:02 +0000 (08:41 +0000)]
fix to return the end pointer when desired

18 years agoCodingStyle: const placement
pjrm [Mon, 3 Apr 2006 08:13:49 +0000 (08:13 +0000)]
CodingStyle: const placement

18 years agoCodingStyle: whitespace
pjrm [Mon, 3 Apr 2006 08:09:17 +0000 (08:09 +0000)]
CodingStyle: whitespace

18 years agoCodingStyle: const placement
pjrm [Mon, 3 Apr 2006 07:43:09 +0000 (07:43 +0000)]
CodingStyle: const placement

18 years agocleanup: Remove some commented-out code.
pjrm [Mon, 3 Apr 2006 07:40:43 +0000 (07:40 +0000)]
cleanup: Remove some commented-out code.

18 years agoCodingStyle: whitespace, and move a few declarations to first use.
pjrm [Mon, 3 Apr 2006 07:18:04 +0000 (07:18 +0000)]
CodingStyle: whitespace, and move a few declarations to first use.

18 years agocleanup: Remove commented-out code (dating from 2004, Big Pango Patch)
pjrm [Mon, 3 Apr 2006 07:02:36 +0000 (07:02 +0000)]
cleanup: Remove commented-out code (dating from 2004, Big Pango Patch)

18 years agoCodingStyle: const placement
pjrm [Mon, 3 Apr 2006 06:49:26 +0000 (06:49 +0000)]
CodingStyle: const placement

18 years agoStart of support for icc-color in fill/stroke.
pjrm [Mon, 3 Apr 2006 05:12:46 +0000 (05:12 +0000)]
Start of support for icc-color in fill/stroke.

18 years agoAdd a version of the reader that indicates the end of the color specification.
pjrm [Mon, 3 Apr 2006 05:11:59 +0000 (05:11 +0000)]
Add a version of the reader that indicates the end of the color specification.

18 years agonew
pjrm [Mon, 3 Apr 2006 03:59:35 +0000 (03:59 +0000)]
new

18 years agoReducing the minimum required LittleCms version to 1.14, as checked by Scribus people.
joncruz [Mon, 3 Apr 2006 03:52:21 +0000 (03:52 +0000)]
Reducing the minimum required LittleCms version to 1.14, as checked by Scribus people.

18 years agoWill not try to do image transform with named color profile
joncruz [Mon, 3 Apr 2006 03:17:36 +0000 (03:17 +0000)]
Will not try to do image transform with named color profile

18 years agoFixed to handle relative file paths
joncruz [Mon, 3 Apr 2006 03:15:17 +0000 (03:15 +0000)]
Fixed to handle relative file paths

18 years agoInitial support of color-profile on <image>
joncruz [Mon, 3 Apr 2006 00:00:31 +0000 (00:00 +0000)]
Initial support of color-profile on <image>

18 years agoAdding support for <color-profile> element
joncruz [Sun, 2 Apr 2006 20:54:27 +0000 (20:54 +0000)]
Adding support for <color-profile> element

18 years agoFixed warnings
joncruz [Sun, 2 Apr 2006 20:33:45 +0000 (20:33 +0000)]
Fixed warnings

18 years agoCheck for null pointer
joncruz [Sun, 2 Apr 2006 04:41:33 +0000 (04:41 +0000)]
Check for null pointer

18 years agofrom Dale Harvey and Aaron Spike: fixes to overly-general "mouse down"
dwyip [Sun, 2 Apr 2006 01:10:00 +0000 (01:10 +0000)]
from Dale Harvey and Aaron Spike: fixes to overly-general "mouse down"
detection logic in connect request receive code

18 years agoadded fix from Dale Harvey to expand incomplete JIDs specified in user
dwyip [Sat, 1 Apr 2006 23:48:12 +0000 (23:48 +0000)]
added fix from Dale Harvey to expand incomplete JIDs specified in user
text input box

18 years agoforgot to check if the knot exists
buliabyak [Sat, 1 Apr 2006 20:43:30 +0000 (20:43 +0000)]
forgot to check if the knot exists

18 years agowhen switching node type, preserve the position of the mouseovered handle
buliabyak [Sat, 1 Apr 2006 20:36:19 +0000 (20:36 +0000)]
when switching node type, preserve the position of the mouseovered handle

18 years agoFixed date
joncruz [Sat, 1 Apr 2006 19:22:41 +0000 (19:22 +0000)]
Fixed date

18 years agoFollow-up for missed file
joncruz [Sat, 1 Apr 2006 19:21:56 +0000 (19:21 +0000)]
Follow-up for missed file

18 years agomore optimizations: do not fire knot/handle moved events if the position is in fact...
buliabyak [Sat, 1 Apr 2006 19:02:41 +0000 (19:02 +0000)]
more optimizations: do not fire knot/handle moved events if the position is in fact the same, or from batch move/rotate/scale/align/distribute functions that act on all selected nodes; replace append by prepend+reverse on subpaths list; mass rename and comment rewrite to unify terminology

18 years agoIntroducing optional LittleCms use.
joncruz [Sat, 1 Apr 2006 18:58:38 +0000 (18:58 +0000)]
Introducing optional LittleCms use.

18 years agomerge ::dragging and ::dynahand
mental [Sat, 1 Apr 2006 04:14:52 +0000 (04:14 +0000)]
merge ::dragging and ::dynahand

18 years agoadd documentation
mental [Sat, 1 Apr 2006 04:03:52 +0000 (04:03 +0000)]
add documentation

18 years agooops, fix silly crash
buliabyak [Sat, 1 Apr 2006 03:43:50 +0000 (03:43 +0000)]
oops, fix silly crash

18 years agoremove undo_label juggling for curve_drag; remove synthesize_events (speeds things...
buliabyak [Sat, 1 Apr 2006 03:12:14 +0000 (03:12 +0000)]
remove undo_label juggling for curve_drag; remove synthesize_events (speeds things up some more); pass nodepath->livarot_path or nodepath to various functions that previously took an item

18 years agostore and update livarot_path in nodepath; switch curve_drag to not updating the...
buliabyak [Sat, 1 Apr 2006 03:09:42 +0000 (03:09 +0000)]
store and update livarot_path in nodepath; switch curve_drag to not updating the repr, only spcurve; rename and export update_repr_* used in node-context

18 years agoupdate (and optimize) get_nearest_position and get_point calls
buliabyak [Sat, 1 Apr 2006 03:05:54 +0000 (03:05 +0000)]
update (and optimize) get_nearest_position and get_point calls

18 years agoswitch get_nearest_position and get_point to using supplied livarot Path instead...
buliabyak [Sat, 1 Apr 2006 03:04:55 +0000 (03:04 +0000)]
switch get_nearest_position and get_point to using supplied livarot Path instead of creating one each time from an item

18 years agoturns out, all these synthesize_events were not necessary at all - they just fired...
buliabyak [Sat, 1 Apr 2006 03:02:05 +0000 (03:02 +0000)]
turns out, all these synthesize_events were not necessary at all - they just fired fake events that i never needed

18 years agoturns out, all these synthesize_events were not necessary at all - they just fired...
buliabyak [Sat, 1 Apr 2006 03:01:26 +0000 (03:01 +0000)]
turns out, all these synthesize_events were not necessary at all - they just fired fake events that i never needed

18 years agocorrecting file list
knutux [Fri, 31 Mar 2006 11:51:35 +0000 (11:51 +0000)]
correcting file list

18 years agopatch #1450307 - option for select all to work in layer with it's sub-layers:
knutux [Fri, 31 Mar 2006 11:50:44 +0000 (11:50 +0000)]
patch #1450307 - option for select all to work in layer with it's sub-layers:
* Replaced check-box in preferences with 3 radio buttons (in all document in current layer only, in current layer with sub-layers)
* Altered "Select all" functionality to include objects in sub-layers (if preference is on)
* Altered TAB functionality to include sub-layers (had to introduce "context layer" concept in Selection class - without it TAB'ing would end in deepest child, but it needs to return to parent on subsequent TAB key press)

18 years agocleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, unset=FALSE...
pjrm [Fri, 31 Mar 2006 05:50:28 +0000 (05:50 +0000)]
cleanup: (sp_style_paint_clear): All callers were passing hunref=TRUE, unset=FALSE, so simplify by getting rid of those parameters.

18 years agoDisallow none/currentColor/uri as values for the `color' property, and get rid of...
pjrm [Fri, 31 Mar 2006 04:30:43 +0000 (04:30 +0000)]
Disallow none/currentColor/uri as values for the `color' property, and get rid of color_hreffed,color_listening flags.

18 years agoexcise never-used code and stale comments
buliabyak [Fri, 31 Mar 2006 00:22:08 +0000 (00:22 +0000)]
excise never-used code and stale comments

18 years agoSelect much improved, but need to fix rotate and scale
ishmal [Thu, 30 Mar 2006 19:04:51 +0000 (19:04 +0000)]
Select much improved, but need to fix rotate and scale

18 years agoTweaked to build with g++4.1. Thanks, <garrett>.
ishmal [Thu, 30 Mar 2006 15:48:58 +0000 (15:48 +0000)]
Tweaked to build with g++4.1.  Thanks, <garrett>.

18 years agoadded variable tremor
buliabyak [Thu, 30 Mar 2006 14:13:46 +0000 (14:13 +0000)]
added variable tremor

18 years agoclean up PPM output code
ishmal [Thu, 30 Mar 2006 13:01:30 +0000 (13:01 +0000)]
clean up PPM output code

18 years agoWIP. siox election progress. fix api a bit.
ishmal [Thu, 30 Mar 2006 12:13:29 +0000 (12:13 +0000)]
WIP.  siox election progress.  fix api a bit.

18 years ago r11257@tres: ted | 2006-03-29 21:29:33 -0800
gouldtj [Thu, 30 Mar 2006 05:30:51 +0000 (05:30 +0000)]
 r11257@tres:  ted | 2006-03-29 21:29:33 -0800
 Removing the caching of the widgets in the extension editor.  This
 removes a GTKmm call to unparent, which isn't supported in 2.4.x.  It
 might have been nice, but really computers are fast enough to redraw
 widgets today.

18 years ago * po/lt.po: Fix "Bad markup found in translation".
mjwybrow [Thu, 30 Mar 2006 00:43:05 +0000 (00:43 +0000)]
  * po/lt.po: Fix "Bad markup found in translation".

18 years agoTranslated and added new language - Lithuanian
knutux [Wed, 29 Mar 2006 13:35:57 +0000 (13:35 +0000)]
Translated and added new language - Lithuanian

18 years agofixed typo. removed duplicates of SP_VERB_DIALOG_EXTENSIONEDITOR
ishmal [Wed, 29 Mar 2006 13:18:22 +0000 (13:18 +0000)]
fixed typo.  removed duplicates of SP_VERB_DIALOG_EXTENSIONEDITOR

18 years agostring plural form (for languages with multiple plural forms)
knutux [Wed, 29 Mar 2006 08:01:17 +0000 (08:01 +0000)]
string plural form (for languages with multiple plural forms)

18 years agosvn propset svn:eol-style native *.h *.cpp
pjrm [Wed, 29 Mar 2006 07:50:52 +0000 (07:50 +0000)]
svn propset svn:eol-style native *.h *.cpp

18 years ago(no commit message)
gouldtj [Wed, 29 Mar 2006 05:49:50 +0000 (05:49 +0000)]

18 years ago(no commit message)
gouldtj [Wed, 29 Mar 2006 05:45:11 +0000 (05:45 +0000)]

18 years ago r11145@tres: ted | 2006-03-27 22:01:44 -0800
gouldtj [Wed, 29 Mar 2006 05:45:01 +0000 (05:45 +0000)]
 r11145@tres:  ted | 2006-03-27 22:01:44 -0800
 Ah, missed some help dialog stuff.  Ah, cruft.

18 years ago r11144@tres: ted | 2006-03-27 22:00:25 -0800
gouldtj [Wed, 29 Mar 2006 05:44:52 +0000 (05:44 +0000)]
 r11144@tres:  ted | 2006-03-27 22:00:25 -0800
 Changing the theory of operation.  No reason to have an independed
 help dialog file, everything will go through the extensions dialog.

18 years ago r11143@tres: ted | 2006-03-27 21:54:21 -0800
gouldtj [Wed, 29 Mar 2006 05:44:38 +0000 (05:44 +0000)]
 r11143@tres:  ted | 2006-03-27 21:54:21 -0800
 Hiding the button for the extension editor and the help button on the
 preferences dialogs.  While they are marginially useful now, I've had
 too much of this code on my machine for too long.  I'd like to have more
 of it see the light of day, and protect it from thigns like crashes.
 Defeats the point of Open Source if everything is just sitting on my
 harddrive.

18 years ago r11142@tres: ted | 2006-03-27 21:52:50 -0800
gouldtj [Wed, 29 Mar 2006 05:44:27 +0000 (05:44 +0000)]
 r11142@tres:  ted | 2006-03-27 21:52:50 -0800
 Adding in the basic infrastructure for handling the cascading status
 dialogs between the different subclasses of widgets.

18 years ago r11141@tres: ted | 2006-03-27 21:51:34 -0800
gouldtj [Wed, 29 Mar 2006 05:44:15 +0000 (05:44 +0000)]
 r11141@tres:  ted | 2006-03-27 21:51:34 -0800
 Additional protections against not finding an extension in the database

18 years ago(no commit message)
gouldtj [Wed, 29 Mar 2006 05:43:57 +0000 (05:43 +0000)]

18 years ago(no commit message)
gouldtj [Wed, 29 Mar 2006 05:43:39 +0000 (05:43 +0000)]

18 years ago r11029@tres: ted | 2006-03-18 11:01:42 -0800
gouldtj [Wed, 29 Mar 2006 05:43:29 +0000 (05:43 +0000)]
 r11029@tres:  ted | 2006-03-18 11:01:42 -0800
 Updating the default destination to "| lp"

18 years ago r11028@tres: ted | 2006-03-03 00:13:19 -0800
gouldtj [Wed, 29 Mar 2006 05:43:19 +0000 (05:43 +0000)]
 r11028@tres:  ted | 2006-03-03 00:13:19 -0800
 Adding in a bunch of comments.

18 years ago r11027@tres: ted | 2006-03-02 23:42:47 -0800
gouldtj [Wed, 29 Mar 2006 05:43:08 +0000 (05:43 +0000)]
 r11027@tres:  ted | 2006-03-02 23:42:47 -0800
 An XSLT script to remove the cruft from Adobe SVG files.

18 years ago r11026@tres: ted | 2006-03-02 00:03:49 -0800
gouldtj [Wed, 29 Mar 2006 05:42:57 +0000 (05:42 +0000)]
 r11026@tres:  ted | 2006-03-02 00:03:49 -0800
 Well, adding an unparent() here seems to make things much happier.  I'm
 not sure why remove() doesn't do an unparent() also, I think this may
 be a bug in GTKmm where it assumes that other code won't have a reference
 to an object, but I'm not sure.  Anyway, this should be safe even if
 the bug is fixed, and it works now.

18 years ago(no commit message)
gouldtj [Wed, 29 Mar 2006 05:42:35 +0000 (05:42 +0000)]

18 years ago r10987@tres: ted | 2006-02-28 01:06:37 -0800
gouldtj [Wed, 29 Mar 2006 05:42:22 +0000 (05:42 +0000)]
 r10987@tres:  ted | 2006-02-28 01:06:37 -0800
 The leg bone is connected to the knee bone
 The extension bone is connected to the extension-editor bone

18 years ago r10986@tres: ted | 2006-02-27 21:19:52 -0800
gouldtj [Wed, 29 Mar 2006 05:42:11 +0000 (05:42 +0000)]
 r10986@tres:  ted | 2006-02-27 21:19:52 -0800
 Converting things to be a little less like the preferences dialog.  Now
 there are notebook pages.  Things will start flipping a little more
 so that the notebook pages are really what is getting controlled.

18 years ago r10985@tres: ted | 2006-02-25 21:56:46 -0800
gouldtj [Wed, 29 Mar 2006 05:42:00 +0000 (05:42 +0000)]
 r10985@tres:  ted | 2006-02-25 21:56:46 -0800
 Adding in documentation