Code

inkscape.git
18 years agofixing incorrect group children order (bug introduced with <switch> support)
knutux [Fri, 21 Apr 2006 04:56:23 +0000 (04:56 +0000)]
fixing incorrect group children order (bug introduced with <switch> support)

18 years agoremove duplicate styles, add placeholders for opacities
ishmal [Thu, 20 Apr 2006 22:24:13 +0000 (22:24 +0000)]
remove duplicate styles, add placeholders for opacities

18 years agoUse dual maps to remove duplicates in style table
ishmal [Thu, 20 Apr 2006 21:49:49 +0000 (21:49 +0000)]
Use dual maps to remove duplicates in style table

18 years agofix statusbar when cancelling drawing
buliabyak [Thu, 20 Apr 2006 20:18:15 +0000 (20:18 +0000)]
fix statusbar when cancelling drawing

18 years agoSVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredRe...
knutux [Thu, 20 Apr 2006 16:06:59 +0000 (16:06 +0000)]
SVG 1.1 Conditional Processing Module rendering support (<switch> element, requiredReatures/requiredExtensions/systemLanguage attributes).
Two more W3C SVG Test Suite testes pass after this change.

18 years agodisabling rendering optimization for dashed strokes (until optimization is tweaked...
knutux [Thu, 20 Apr 2006 09:26:52 +0000 (09:26 +0000)]
disabling rendering optimization for dashed strokes (until optimization is tweaked to render dashes correctly)

18 years agotry to make license strings translatable (#1473186)
rwst [Thu, 20 Apr 2006 08:15:31 +0000 (08:15 +0000)]
try to make license strings translatable (#1473186)

18 years agoFix for [Bug-1473139]
knutux [Thu, 20 Apr 2006 07:58:11 +0000 (07:58 +0000)]
Fix for [Bug-1473139]

18 years agoresolving compiler warnings
knutux [Thu, 20 Apr 2006 07:13:38 +0000 (07:13 +0000)]
resolving compiler warnings

18 years agoc for calligraphy
buliabyak [Thu, 20 Apr 2006 04:39:01 +0000 (04:39 +0000)]
c for calligraphy

18 years agoremove unused timer code
mental [Thu, 20 Apr 2006 04:18:38 +0000 (04:18 +0000)]
remove unused timer code

18 years agowe already have import verb, so this is redundant
buliabyak [Thu, 20 Apr 2006 03:34:03 +0000 (03:34 +0000)]
we already have import verb, so this is redundant

18 years agoadd abs_width switch for calligraphy pen width; switch it to 1..100 displayed range
buliabyak [Thu, 20 Apr 2006 00:56:20 +0000 (00:56 +0000)]
add abs_width switch for calligraphy pen width; switch it to 1..100 displayed range

18 years agoprevent fit canvas button from expanding
acspike [Wed, 19 Apr 2006 22:38:14 +0000 (22:38 +0000)]
prevent fit canvas button from expanding

18 years agoadded normal-distributed randomization
buliabyak [Wed, 19 Apr 2006 20:23:30 +0000 (20:23 +0000)]
added normal-distributed randomization

18 years agocopyedit
buliabyak [Wed, 19 Apr 2006 17:35:27 +0000 (17:35 +0000)]
copyedit

18 years agotweaking for bbyak
acspike [Wed, 19 Apr 2006 13:00:36 +0000 (13:00 +0000)]
tweaking for bbyak

18 years agoA fix for [inkscape-Bugs-1296129]
knutux [Wed, 19 Apr 2006 11:14:14 +0000 (11:14 +0000)]
A fix for [inkscape-Bugs-1296129]

18 years agoRendering optimisation, which gives best results for zoomed in drawings with complex...
knutux [Wed, 19 Apr 2006 05:15:03 +0000 (05:15 +0000)]
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)

18 years agoRendering optimisation, which gives best results for zoomed in drawings with complex...
knutux [Wed, 19 Apr 2006 05:14:26 +0000 (05:14 +0000)]
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)

18 years agofix name and size
buliabyak [Wed, 19 Apr 2006 05:12:24 +0000 (05:12 +0000)]
fix name and size

18 years agoAdding fit canvas verbs
acspike [Wed, 19 Apr 2006 03:51:07 +0000 (03:51 +0000)]
Adding fit canvas verbs
a few fixes in verbs.cpp
and a new button

18 years agoCrash fix (occured if creating layer in layerless document)
knutux [Tue, 18 Apr 2006 12:56:42 +0000 (12:56 +0000)]
Crash fix (occured if creating layer in layerless document)

18 years agoAdded measure extension.
njh [Tue, 18 Apr 2006 07:04:05 +0000 (07:04 +0000)]
Added measure extension.

18 years agoone more tweak of boolop precision
buliabyak [Mon, 17 Apr 2006 22:41:11 +0000 (22:41 +0000)]
one more tweak of boolop precision

18 years agopatch by Osei Poku to use the new file dialog on Browse in Export
buliabyak [Mon, 17 Apr 2006 21:37:27 +0000 (21:37 +0000)]
patch by Osei Poku to use the new file dialog on Browse in Export

18 years agoadd comment about effect actions
buliabyak [Mon, 17 Apr 2006 18:17:13 +0000 (18:17 +0000)]
add comment about effect actions

18 years agotypo, redundant lines
buliabyak [Mon, 17 Apr 2006 17:58:06 +0000 (17:58 +0000)]
typo, redundant lines

18 years agoGet rid of the SP_DT_* macros which do nothing more than provide additional, confusin...
mental [Mon, 17 Apr 2006 04:46:51 +0000 (04:46 +0000)]
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 into member functions.

18 years agoSP_DT_DOCUMENT -> sp_desktop_document
dwyip [Mon, 17 Apr 2006 04:11:12 +0000 (04:11 +0000)]
SP_DT_DOCUMENT -> sp_desktop_document

18 years agominor cleanups
mental [Sat, 15 Apr 2006 22:04:04 +0000 (22:04 +0000)]
minor cleanups

18 years agofix node position when joining to close subpath; allow to lock the position of one...
buliabyak [Sat, 15 Apr 2006 03:09:43 +0000 (03:09 +0000)]
fix node position when joining to close subpath; allow to lock the position of one of the nodes to be joined by mouseovering it

18 years agofix an old typo by lauris
buliabyak [Sat, 15 Apr 2006 03:06:53 +0000 (03:06 +0000)]
fix an old typo by lauris

18 years agoless confusing tooltips
buliabyak [Sat, 15 Apr 2006 02:04:12 +0000 (02:04 +0000)]
less confusing tooltips

18 years agoGot images working correctly
ishmal [Fri, 14 Apr 2006 22:25:41 +0000 (22:25 +0000)]
Got images working correctly

18 years agoAttempt to preserve the shape of the path when deleting nodes
acspike [Fri, 14 Apr 2006 21:24:32 +0000 (21:24 +0000)]
Attempt to preserve the shape of the path when deleting nodes
Old deletion behavior is available via Ctrl+Delete

18 years agoRemove warnings
ishmal [Fri, 14 Apr 2006 19:05:31 +0000 (19:05 +0000)]
Remove warnings

18 years agoremove warnings
ishmal [Fri, 14 Apr 2006 19:04:20 +0000 (19:04 +0000)]
remove warnings

18 years agofix XMLCh/int warnings
ishmal [Fri, 14 Apr 2006 19:03:36 +0000 (19:03 +0000)]
fix XMLCh/int warnings

18 years agoFixed desktop-to-doc Y flip
ishmal [Fri, 14 Apr 2006 18:20:42 +0000 (18:20 +0000)]
Fixed desktop-to-doc Y flip

18 years agoFixed end-of-block marker
ishmal [Fri, 14 Apr 2006 08:20:06 +0000 (08:20 +0000)]
Fixed end-of-block marker

18 years agoInitial results
ishmal [Fri, 14 Apr 2006 07:05:46 +0000 (07:05 +0000)]
Initial results

18 years agofix 1356914
buliabyak [Fri, 14 Apr 2006 02:54:17 +0000 (02:54 +0000)]
fix 1356914

18 years agoremoving generated file
acspike [Fri, 14 Apr 2006 02:36:06 +0000 (02:36 +0000)]
removing generated file

18 years agoreduce flattening precision back somewhat, to prevent too many new nodes appearing...
buliabyak [Fri, 14 Apr 2006 02:18:50 +0000 (02:18 +0000)]
reduce flattening precision back somewhat, to prevent too many new nodes appearing after a boolop

18 years agoAdded curves
ishmal [Fri, 14 Apr 2006 01:11:42 +0000 (01:11 +0000)]
Added curves

18 years agoAdded meta-info stub
ishmal [Thu, 13 Apr 2006 22:30:54 +0000 (22:30 +0000)]
Added meta-info stub

18 years agoMore WIP. Got all of the files generated. Now just work on content.xml to get viabl...
ishmal [Thu, 13 Apr 2006 21:55:50 +0000 (21:55 +0000)]
More WIP.  Got all of the files generated.  Now just work on content.xml to get viable info into OO.org

18 years agoMade the format buffer larger and part of the class, not the stack.
ishmal [Thu, 13 Apr 2006 21:48:20 +0000 (21:48 +0000)]
Made the format buffer larger and part of the class, not the stack.

18 years agoremove unneeded files during make dist already, defect:1416108
theadib [Thu, 13 Apr 2006 17:23:01 +0000 (17:23 +0000)]
remove unneeded files during make dist already, defect:1416108

18 years agosmall update
knutux [Thu, 13 Apr 2006 13:09:43 +0000 (13:09 +0000)]
small update

18 years agoadd zipentry methods
ishmal [Thu, 13 Apr 2006 10:51:38 +0000 (10:51 +0000)]
add zipentry methods

18 years agowip
ishmal [Thu, 13 Apr 2006 10:50:59 +0000 (10:50 +0000)]
wip

18 years agoquick fix to avoid crash (bug 1469718)
knutux [Thu, 13 Apr 2006 10:36:12 +0000 (10:36 +0000)]
quick fix to avoid crash (bug 1469718)

18 years agoadd inkscape.xml (copy of default.xml) and xara.xml keymaps
buliabyak [Thu, 13 Apr 2006 02:51:12 +0000 (02:51 +0000)]
add inkscape.xml (copy of default.xml) and xara.xml keymaps

18 years agorenamed many verbs to more meaningful names, fixed a few inconsistencies, rearranged...
buliabyak [Wed, 12 Apr 2006 22:24:42 +0000 (22:24 +0000)]
renamed many verbs to more meaningful names, fixed a few inconsistencies, rearranged and commented keys/default.xml

18 years agoadd some sp_* stuff
ishmal [Wed, 12 Apr 2006 21:28:33 +0000 (21:28 +0000)]
add some sp_* stuff

18 years agostill WIP. added tree-descending code
ishmal [Wed, 12 Apr 2006 21:17:50 +0000 (21:17 +0000)]
still WIP. added tree-descending code

18 years agochanged CVS to SVN updated link to svn hints
theadib [Wed, 12 Apr 2006 21:12:23 +0000 (21:12 +0000)]
changed CVS to SVN updated link to svn hints

18 years agochanged CVS to SVN updated link to svn hints
theadib [Wed, 12 Apr 2006 21:08:50 +0000 (21:08 +0000)]
changed CVS to SVN updated link to svn hints

18 years agochange XML vocabulary for keys, make keys parsing a bit more relaxed
buliabyak [Wed, 12 Apr 2006 19:58:46 +0000 (19:58 +0000)]
change XML vocabulary for keys, make keys parsing a bit more relaxed

18 years agoWIP commit
ishmal [Wed, 12 Apr 2006 19:47:37 +0000 (19:47 +0000)]
WIP commit

18 years ago_desktop was not init'ed, sometimes leading to crashes on doubleclick
rwst [Wed, 12 Apr 2006 18:29:34 +0000 (18:29 +0000)]
_desktop was not init'ed, sometimes leading to crashes on doubleclick

18 years agoavoid name collision
ishmal [Wed, 12 Apr 2006 18:14:24 +0000 (18:14 +0000)]
avoid name collision

18 years agochange uint to unsigned int
ishmal [Wed, 12 Apr 2006 17:36:41 +0000 (17:36 +0000)]
change uint to unsigned int

18 years agoremove the old _d_changed and _typestr_changed hacks, replacing by an int-valued...
buliabyak [Wed, 12 Apr 2006 17:16:28 +0000 (17:16 +0000)]
remove the old _d_changed and _typestr_changed hacks, replacing by an int-valued local_change flag; this works much faster with less code

18 years agoadd some includes
acspike [Wed, 12 Apr 2006 14:59:01 +0000 (14:59 +0000)]
add some includes

18 years agofix some includes
acspike [Wed, 12 Apr 2006 14:44:20 +0000 (14:44 +0000)]
fix some includes

18 years agoremove extra endif
acspike [Wed, 12 Apr 2006 14:40:42 +0000 (14:40 +0000)]
remove extra endif

18 years agoadd proper unix socket includes
ishmal [Wed, 12 Apr 2006 14:38:20 +0000 (14:38 +0000)]
add proper unix socket includes

18 years agoadd new files
ishmal [Wed, 12 Apr 2006 14:32:27 +0000 (14:32 +0000)]
add new files

18 years agofix some includes
acspike [Wed, 12 Apr 2006 14:28:31 +0000 (14:28 +0000)]
fix some includes

18 years agofix include path
ishmal [Wed, 12 Apr 2006 14:20:41 +0000 (14:20 +0000)]
fix include path

18 years agofix include paths
ishmal [Wed, 12 Apr 2006 14:16:51 +0000 (14:16 +0000)]
fix include paths

18 years agofix casting problems
ishmal [Wed, 12 Apr 2006 14:09:20 +0000 (14:09 +0000)]
fix casting problems

18 years agochange include paths
ishmal [Wed, 12 Apr 2006 14:08:07 +0000 (14:08 +0000)]
change include paths

18 years agochange include path for ziptool
ishmal [Wed, 12 Apr 2006 14:03:33 +0000 (14:03 +0000)]
change include path for ziptool

18 years agoMake correct reference to dom.h
ishmal [Wed, 12 Apr 2006 14:00:07 +0000 (14:00 +0000)]
Make correct reference to dom.h

18 years agoModify includes to not conflict with inkscape
ishmal [Wed, 12 Apr 2006 13:57:33 +0000 (13:57 +0000)]
Modify includes to not conflict with inkscape

18 years agoReplaced
ishmal [Wed, 12 Apr 2006 13:45:39 +0000 (13:45 +0000)]
Replaced

18 years agoUpdated to work with automake. Someone please check the file list.
ishmal [Wed, 12 Apr 2006 13:42:21 +0000 (13:42 +0000)]
Updated to work with automake.  Someone please check the file list.

18 years agoAdd new rearranged /dom directory
ishmal [Wed, 12 Apr 2006 13:25:21 +0000 (13:25 +0000)]
Add new rearranged /dom directory

18 years agoRemoved file/folder for ishmal
acspike [Wed, 12 Apr 2006 13:20:54 +0000 (13:20 +0000)]
Removed file/folder for ishmal

18 years agofix 1466070
buliabyak [Wed, 12 Apr 2006 03:41:28 +0000 (03:41 +0000)]
fix 1466070

18 years agofix wiki url
acspike [Mon, 10 Apr 2006 20:08:11 +0000 (20:08 +0000)]
fix wiki url

18 years agofix typo found by cornelius
acspike [Mon, 10 Apr 2006 19:56:47 +0000 (19:56 +0000)]
fix typo found by cornelius

18 years agoFixed link order error
joncruz [Mon, 10 Apr 2006 06:06:42 +0000 (06:06 +0000)]
Fixed link order error

18 years agoTemporary work-around for markup validation errors
joncruz [Mon, 10 Apr 2006 06:06:19 +0000 (06:06 +0000)]
Temporary work-around for markup validation errors

18 years agoAllow setting bitmap size by adjusting height as well as width
acspike [Mon, 10 Apr 2006 03:16:30 +0000 (03:16 +0000)]
Allow setting bitmap size by adjusting height as well as width

18 years agoFirst dependency on ziptool
ishmal [Mon, 10 Apr 2006 01:15:17 +0000 (01:15 +0000)]
First dependency on ziptool

18 years agoAdd ziptool temporarily
ishmal [Mon, 10 Apr 2006 01:06:11 +0000 (01:06 +0000)]
Add ziptool temporarily

18 years agoNew test files. I will rip this out later.
ishmal [Mon, 10 Apr 2006 01:03:56 +0000 (01:03 +0000)]
New test files.  I will rip this out later.

18 years agoFixed jumping eye
joncruz [Sun, 9 Apr 2006 20:48:12 +0000 (20:48 +0000)]
Fixed jumping eye

18 years agoadd paste width/height separately
buliabyak [Sun, 9 Apr 2006 13:35:40 +0000 (13:35 +0000)]
add paste width/height separately

18 years agoclear nascent_object on Esc, so that click - Esc - letter does not type text
buliabyak [Sun, 9 Apr 2006 13:12:20 +0000 (13:12 +0000)]
clear nascent_object on Esc, so that click - Esc - letter does not type text

18 years agoFixed problem when swatches were larger than provided area
joncruz [Sun, 9 Apr 2006 08:15:46 +0000 (08:15 +0000)]
Fixed problem when swatches were larger than provided area

18 years agoFixed <b></b> mismatches
joncruz [Sun, 9 Apr 2006 07:29:14 +0000 (07:29 +0000)]
Fixed <b></b> mismatches

18 years agoExtended use of .h
joncruz [Sun, 9 Apr 2006 06:36:53 +0000 (06:36 +0000)]
Extended use of .h

18 years agoAdding in new icon size
joncruz [Sun, 9 Apr 2006 05:49:41 +0000 (05:49 +0000)]
Adding in new icon size

18 years agoBefore the rev 10880 fix in xml/simple-node.cpp, text updating when dragging gradient...
buliabyak [Sun, 9 Apr 2006 05:32:24 +0000 (05:32 +0000)]
Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging gradient handle worked solely due to a bug: a fake attribute change was fired on style= though it did not in fact change. Now that these fake change events are eliminated, we need to explicitly update the style of the text's arena items in _modified, same as is done e.g. in sp_shape_modified.