Code

inkscape.git
15 years agoEnable simultaneous knotholder and nodepath
cilix42 [Mon, 14 Jul 2008 10:22:27 +0000 (10:22 +0000)]
Enable simultaneous knotholder and nodepath

15 years agoSome improvements to my title/desc stuff of revision 18759 (see bug 171024).
sasilver [Mon, 14 Jul 2008 10:19:53 +0000 (10:19 +0000)]
Some improvements to my title/desc stuff of revision 18759 (see bug 171024).

15 years agosmall code cleanup using newly discovered 2geom method :)
johanengelen [Sun, 13 Jul 2008 22:59:50 +0000 (22:59 +0000)]
small code cleanup using newly discovered 2geom method :)

15 years agoif the closing line segment has zero length, don't include it in the nodepath!
johanengelen [Sun, 13 Jul 2008 22:46:59 +0000 (22:46 +0000)]
if the closing line segment has zero length, don't include it in the nodepath!

15 years agofix warning
buliabyak [Sun, 13 Jul 2008 21:32:03 +0000 (21:32 +0000)]
fix warning

15 years agofix reading and setting presets
buliabyak [Sun, 13 Jul 2008 21:23:24 +0000 (21:23 +0000)]
fix reading and setting presets

15 years agoconvert calligraphic presets to 0..100 ranges, remove width
buliabyak [Sun, 13 Jul 2008 21:22:13 +0000 (21:22 +0000)]
convert calligraphic presets to 0..100 ranges, remove width

15 years ago2geomify pov-out extension
johanengelen [Sun, 13 Jul 2008 18:43:05 +0000 (18:43 +0000)]
2geomify pov-out extension

15 years ago2geomify generation of nodetool's nodepath. have done testing, but needs more testing...
johanengelen [Sun, 13 Jul 2008 00:44:49 +0000 (00:44 +0000)]
2geomify generation of nodetool's nodepath. have done testing, but needs more testing i feel. therefore, i have not yet deleted the old function

15 years agowarning cleanup
JucaBlues [Sat, 12 Jul 2008 22:30:15 +0000 (22:30 +0000)]
warning cleanup

15 years agofix proper type for type array when initializing nodepath
johanengelen [Sat, 12 Jul 2008 21:19:11 +0000 (21:19 +0000)]
fix proper type for type array when initializing nodepath

15 years agoremove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)
johanengelen [Sat, 12 Jul 2008 16:31:41 +0000 (16:31 +0000)]
remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)

15 years ago2geomify latex-pstricks
johanengelen [Sat, 12 Jul 2008 16:17:28 +0000 (16:17 +0000)]
2geomify latex-pstricks

15 years agoconvert ps output to 2geom
johanengelen [Sat, 12 Jul 2008 16:04:51 +0000 (16:04 +0000)]
convert ps output to 2geom

15 years agoremove no longer needed inclusions
johanengelen [Sat, 12 Jul 2008 15:45:55 +0000 (15:45 +0000)]
remove no longer needed inclusions

15 years ago* remove code duplication from pdf-cairo extension
johanengelen [Sat, 12 Jul 2008 15:44:30 +0000 (15:44 +0000)]
* remove code duplication from pdf-cairo extension
* try to fix line closing bug when using cairo. didn't succeed

15 years agoadd simplified feed_path_to_cairo functions
johanengelen [Sat, 12 Jul 2008 15:33:37 +0000 (15:33 +0000)]
add simplified feed_path_to_cairo functions

15 years ago2geomify print, fill and stroke methods of extensions
johanengelen [Sat, 12 Jul 2008 15:21:12 +0000 (15:21 +0000)]
2geomify print, fill and stroke methods of extensions

15 years agoenable writing "H/h" and "V/v" to SVG !
johanengelen [Sat, 12 Jul 2008 14:45:33 +0000 (14:45 +0000)]
enable writing "H/h" and "V/v" to SVG !

15 years agoDon't crash on path parse error. Truncate the path data up to where it is valid.
johanengelen [Sat, 12 Jul 2008 14:28:25 +0000 (14:28 +0000)]
Don't crash on path parse error. Truncate the path data up to where it is valid.
For now shows unsafe debug message about where the path was truncated.

15 years agoincrease font size on kerning_preview and text_preview drawing areas
JucaBlues [Sat, 12 Jul 2008 13:24:51 +0000 (13:24 +0000)]
increase font size on kerning_preview and text_preview drawing areas

15 years agoproperly update kerning value in the spinbox and fix some crashes
JucaBlues [Sat, 12 Jul 2008 12:49:58 +0000 (12:49 +0000)]
properly update kerning value in the spinbox and fix some crashes

15 years agonow one can visually adjust glyph kerning. (still doesn save that info in the file...
JucaBlues [Sat, 12 Jul 2008 12:28:57 +0000 (12:28 +0000)]
now one can visually adjust glyph kerning. (still doesn save that info in the file, though)

15 years agokerning pairs already can be selected but kerning value still cant be set
JucaBlues [Sat, 12 Jul 2008 11:27:58 +0000 (11:27 +0000)]
kerning pairs already can be selected but kerning value still cant be set

15 years agoglyph-kerning setup user interface (not functional yet, just the gtk UI sketch)
JucaBlues [Sat, 12 Jul 2008 10:41:34 +0000 (10:41 +0000)]
glyph-kerning setup user interface (not functional yet, just the gtk UI sketch)

15 years agoadded comments to the SVGFonts example
JucaBlues [Sat, 12 Jul 2008 07:03:59 +0000 (07:03 +0000)]
added comments to the SVGFonts example

15 years agoadd adjustable opacity
buliabyak [Sat, 12 Jul 2008 06:22:40 +0000 (06:22 +0000)]
add adjustable opacity

15 years agocopyedit
buliabyak [Sat, 12 Jul 2008 06:22:01 +0000 (06:22 +0000)]
copyedit

15 years agomove max-recent to ui tab
buliabyak [Sat, 12 Jul 2008 06:21:41 +0000 (06:21 +0000)]
move max-recent to ui tab

15 years agofix crash on svnfonts dialog
JucaBlues [Sat, 12 Jul 2008 03:57:00 +0000 (03:57 +0000)]
fix crash on svnfonts dialog

15 years agomove label on top for sliders
buliabyak [Fri, 11 Jul 2008 19:39:34 +0000 (19:39 +0000)]
move label on top for sliders

15 years agouse new 2geom function. This ensures we cannot end up in infinite loop while converti...
johanengelen [Fri, 11 Jul 2008 16:28:14 +0000 (16:28 +0000)]
use new 2geom function. This ensures we cannot end up in infinite loop while converting unexpected 2geom curve types to expected types.

15 years agopartial update of 2geom
johanengelen [Fri, 11 Jul 2008 16:25:14 +0000 (16:25 +0000)]
partial update of 2geom

15 years agoapply patch by Stefaan, fixes bug #168589
johanengelen [Fri, 11 Jul 2008 15:35:35 +0000 (15:35 +0000)]
apply patch by Stefaan, fixes bug #168589

15 years agoSwitched three verbs/icons over to standard names and thus themed loading
joncruz [Fri, 11 Jul 2008 09:10:13 +0000 (09:10 +0000)]
Switched three verbs/icons over to standard names and thus themed loading

15 years agoAdd use of themed icon names in addition to older stock icons
joncruz [Fri, 11 Jul 2008 09:07:20 +0000 (09:07 +0000)]
Add use of themed icon names in addition to older stock icons

15 years agoText Preview entry box on SVGFonts dialog (unfortunately crashing sometimes, dont...
JucaBlues [Fri, 11 Jul 2008 07:28:13 +0000 (07:28 +0000)]
Text Preview entry box on SVGFonts dialog (unfortunately crashing sometimes, dont know why)

15 years ago* removed the auxiliary GtkWindow
JucaBlues [Fri, 11 Jul 2008 06:03:47 +0000 (06:03 +0000)]
* removed the auxiliary GtkWindow
* added font preview to the SvgFonts dialog

15 years agoPatch from Martin von Gagern for bug #247368
mental [Fri, 11 Jul 2008 01:37:26 +0000 (01:37 +0000)]
Patch from Martin von Gagern for bug #247368

15 years agoAllow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931.
sasilver [Thu, 10 Jul 2008 09:06:47 +0000 (09:06 +0000)]
Allow inkex.errormsg() to handle non-ASCII characters. Fixes bug 246931.

15 years agoprevent assert crashes on bad data in cal1 or cal2
buliabyak [Wed, 9 Jul 2008 19:33:25 +0000 (19:33 +0000)]
prevent assert crashes on bad data in cal1 or cal2

15 years agoSome fixes for the Embed All Images extension:
sasilver [Wed, 9 Jul 2008 17:51:46 +0000 (17:51 +0000)]
Some fixes for the Embed All Images extension:
1) Cope with missing xlink:href. (Fixes bug 246724.)
2) Don't ignore images with filenames that begin with "data".
3) Remove an unused line.
4) Suppress part of an error message in cases where it makes no sense.

15 years agoremove tolerance from tool prefs now that it's on the controls bar
buliabyak [Wed, 9 Jul 2008 16:47:05 +0000 (16:47 +0000)]
remove tolerance from tool prefs now that it's on the controls bar

15 years agofix 243913
buliabyak [Wed, 9 Jul 2008 16:46:11 +0000 (16:46 +0000)]
fix 243913

15 years agoRemove an unnecessary line that always raises an exception - there is no 'what'.
sasilver [Wed, 9 Jul 2008 13:00:19 +0000 (13:00 +0000)]
Remove an unnecessary line that always raises an exception - there is no 'what'.

15 years agoRemove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inkscape files.
sasilver [Wed, 9 Jul 2008 09:28:49 +0000 (09:28 +0000)]
Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inkscape files.
See bugs 168958 and 246721.

15 years agoRemove use of obsolete sodipodi:docbase from Python scripts (see bug 246721).
sasilver [Wed, 9 Jul 2008 09:09:20 +0000 (09:09 +0000)]
Remove use of obsolete sodipodi:docbase from Python scripts (see bug 246721).

15 years agomove tolerance range towards roughness
buliabyak [Wed, 9 Jul 2008 07:03:41 +0000 (07:03 +0000)]
move tolerance range towards roughness

15 years agotolerance => smoothing, add presets
buliabyak [Wed, 9 Jul 2008 07:02:36 +0000 (07:02 +0000)]
tolerance => smoothing, add presets

15 years agoFixed icon loading, cacheing and fallback to use stock mechanisms.
joncruz [Wed, 9 Jul 2008 03:44:54 +0000 (03:44 +0000)]
Fixed icon loading, cacheing and fallback to use stock mechanisms.
Helps with bugs #167341, #172148

15 years agoWarning cleanup
joncruz [Wed, 9 Jul 2008 03:34:50 +0000 (03:34 +0000)]
Warning cleanup

15 years agoremove fractional digits from hscales, we cannot drag with such precision anyway
buliabyak [Wed, 9 Jul 2008 03:22:09 +0000 (03:22 +0000)]
remove fractional digits from hscales, we cannot drag with such precision anyway

15 years agoFix handle for LPERotateCopies
cilix42 [Tue, 8 Jul 2008 22:58:55 +0000 (22:58 +0000)]
Fix handle for LPERotateCopies

15 years agoRename LPE: mirror reflect --> mirror symmetry
cilix42 [Tue, 8 Jul 2008 21:18:50 +0000 (21:18 +0000)]
Rename LPE: mirror reflect --> mirror symmetry

15 years agofix calligraphy and erasertools bugs introduced by rev19197
johanengelen [Tue, 8 Jul 2008 20:29:15 +0000 (20:29 +0000)]
fix calligraphy and erasertools bugs introduced by rev19197

15 years agorender glyphs using 2geom pathvector instead of artbpath of font-glyph
johanengelen [Tue, 8 Jul 2008 20:19:51 +0000 (20:19 +0000)]
render glyphs using 2geom pathvector instead of artbpath of font-glyph

15 years ago2geomify SPCurve::new_from_rect
johanengelen [Tue, 8 Jul 2008 20:18:44 +0000 (20:18 +0000)]
2geomify SPCurve::new_from_rect

15 years ago2geomify ellipse creation
johanengelen [Tue, 8 Jul 2008 20:17:00 +0000 (20:17 +0000)]
2geomify ellipse creation

15 years agoadd 2geom pathvector to glyph font-glyph
johanengelen [Tue, 8 Jul 2008 20:15:56 +0000 (20:15 +0000)]
add 2geom pathvector to glyph font-glyph

15 years agoadd MakePathVector to livarot
johanengelen [Tue, 8 Jul 2008 20:14:07 +0000 (20:14 +0000)]
add MakePathVector to livarot

15 years agoinstrument event latency
mental [Tue, 8 Jul 2008 19:16:01 +0000 (19:16 +0000)]
instrument event latency

15 years agodisable motion hints again; still some subtle issues to work out
mental [Tue, 8 Jul 2008 19:15:49 +0000 (19:15 +0000)]
disable motion hints again; still some subtle issues to work out

15 years ago2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak tool.
johanengelen [Tue, 8 Jul 2008 18:05:08 +0000 (18:05 +0000)]
2geomify the static defined hatchcircles of dropper tool, dyna draw and tweak tool.

15 years ago* 2geomify polygon svg writing
johanengelen [Tue, 8 Jul 2008 17:55:15 +0000 (17:55 +0000)]
* 2geomify polygon svg writing
* 2geomify caligraphy and erasertool svg writing

15 years agopatch by FreqMod for bug 246389
buliabyak [Tue, 8 Jul 2008 17:35:52 +0000 (17:35 +0000)]
patch by FreqMod for bug 246389

15 years agoPatch from codedread. Prevents rendering of title/desc/metadata elements in text...
sasilver [Tue, 8 Jul 2008 13:00:20 +0000 (13:00 +0000)]
Patch from codedread. Prevents rendering of title/desc/metadata elements in text (fixes bug 238093).

15 years agodisable motion hints for calligraphy to avoid confusion
mental [Tue, 8 Jul 2008 04:03:42 +0000 (04:03 +0000)]
disable motion hints for calligraphy to avoid confusion

15 years agoFalse alarm; re-enable them
mental [Tue, 8 Jul 2008 03:49:30 +0000 (03:49 +0000)]
False alarm; re-enable them

15 years agodisable motion hints again
mental [Tue, 8 Jul 2008 03:23:25 +0000 (03:23 +0000)]
disable motion hints again

15 years agoI'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
mental [Tue, 8 Jul 2008 03:01:39 +0000 (03:01 +0000)]
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK

15 years agodisable motion hints again
mental [Tue, 8 Jul 2008 02:43:34 +0000 (02:43 +0000)]
disable motion hints again

15 years agoenable motion hints for non-freehand actions
mental [Tue, 8 Jul 2008 02:32:42 +0000 (02:32 +0000)]
enable motion hints for non-freehand actions

15 years agotemporarily enable motion hints for calligraphy tool
mental [Tue, 8 Jul 2008 02:25:52 +0000 (02:25 +0000)]
temporarily enable motion hints for calligraphy tool

15 years agoenable safe support for motion hints
mental [Tue, 8 Jul 2008 02:25:41 +0000 (02:25 +0000)]
enable safe support for motion hints

15 years agofix 169096
buliabyak [Mon, 7 Jul 2008 20:54:18 +0000 (20:54 +0000)]
fix 169096

15 years agoconvert item to livarot path using 2geom path
johanengelen [Mon, 7 Jul 2008 20:34:51 +0000 (20:34 +0000)]
convert item to livarot path using 2geom path

15 years ago2geomify conversion to livaror in flood-context.cpp
johanengelen [Mon, 7 Jul 2008 20:32:37 +0000 (20:32 +0000)]
2geomify conversion to livaror in flood-context.cpp

15 years agoreplace separate forward declarations by proper forward.h inclusion
johanengelen [Mon, 7 Jul 2008 20:23:57 +0000 (20:23 +0000)]
replace separate forward declarations by proper forward.h inclusion

15 years agocleanup unused methods in spcurve
johanengelen [Mon, 7 Jul 2008 19:31:39 +0000 (19:31 +0000)]
cleanup unused methods in spcurve

15 years agotry to use consistent document for creating guides
mental [Mon, 7 Jul 2008 16:35:28 +0000 (16:35 +0000)]
try to use consistent document for creating guides

15 years ago2geomify polygon. added TODO to add testcase for corner case polygon element
johanengelen [Mon, 7 Jul 2008 15:55:25 +0000 (15:55 +0000)]
2geomify polygon. added TODO to add testcase for corner case polygon element

15 years agosubstitute macro with function call
johanengelen [Mon, 7 Jul 2008 15:48:07 +0000 (15:48 +0000)]
substitute macro with function call

15 years ago2geomify more of pencil-context.cpp
johanengelen [Mon, 7 Jul 2008 15:45:42 +0000 (15:45 +0000)]
2geomify more of pencil-context.cpp

15 years agofix number of marker counting in shape
johanengelen [Mon, 7 Jul 2008 14:06:53 +0000 (14:06 +0000)]
fix number of marker counting in shape

15 years agoremove dead code
johanengelen [Mon, 7 Jul 2008 13:44:03 +0000 (13:44 +0000)]
remove dead code

15 years ago2geomify marker code in stroke-to-path
johanengelen [Mon, 7 Jul 2008 12:50:16 +0000 (12:50 +0000)]
2geomify marker code in stroke-to-path

15 years agofix orientation of markers
johanengelen [Mon, 7 Jul 2008 12:29:23 +0000 (12:29 +0000)]
fix orientation of markers

15 years agochange part of calligraphic/eraser code to 2geom.
johanengelen [Mon, 7 Jul 2008 09:27:03 +0000 (09:27 +0000)]
change part of calligraphic/eraser code to 2geom.

15 years agoimprove documentation of SPCurve::last_segment
johanengelen [Mon, 7 Jul 2008 09:17:41 +0000 (09:17 +0000)]
improve documentation of SPCurve::last_segment

15 years agoclean up matrix transform svg-write function
johanengelen [Mon, 7 Jul 2008 08:17:51 +0000 (08:17 +0000)]
clean up matrix transform svg-write function

15 years agoUse icons in tool overflow menu now that stock icon hook is in
joncruz [Mon, 7 Jul 2008 08:09:45 +0000 (08:09 +0000)]
Use icons in tool overflow menu now that stock icon hook is in

15 years agoRefactoring to be able to use standard themeable icons
joncruz [Mon, 7 Jul 2008 00:57:09 +0000 (00:57 +0000)]
Refactoring to be able to use standard themeable icons

15 years agofix 245960, switch most of the rest of calligraphic controls to 0..100
buliabyak [Mon, 7 Jul 2008 00:34:18 +0000 (00:34 +0000)]
fix 245960, switch most of the rest of calligraphic controls to 0..100

15 years agoa simpler and more reliable method of doing caps: always perpendicular to from-to
buliabyak [Mon, 7 Jul 2008 00:32:05 +0000 (00:32 +0000)]
a simpler and more reliable method of doing caps: always perpendicular to from-to

15 years agomodified is_positive and is_negative implementation for Vector and Matrix in order...
mcecchetti [Sun, 6 Jul 2008 15:36:49 +0000 (15:36 +0000)]
modified is_positive and is_negative implementation for Vector and Matrix in order to make 2geom linkable with a gsl release >= 1.8

15 years agoagree with the FIXME
ishmal [Sun, 6 Jul 2008 06:30:57 +0000 (06:30 +0000)]
agree with the FIXME

15 years agomove undo commits closer to the UI
buliabyak [Sat, 5 Jul 2008 22:14:22 +0000 (22:14 +0000)]
move undo commits closer to the UI

15 years agofix 245806
buliabyak [Sat, 5 Jul 2008 20:11:12 +0000 (20:11 +0000)]
fix 245806

15 years agoChange link line for a couple of the test programs, so that `make check' compiles...
pjrm [Sat, 5 Jul 2008 16:09:57 +0000 (16:09 +0000)]
Change link line for a couple of the test programs, so that `make check' compiles again.

15 years agoTests for nr-compose, as well as updated tests for svg-affine and svg-length.
jaspervdg [Sat, 5 Jul 2008 14:56:14 +0000 (14:56 +0000)]
Tests for nr-compose, as well as updated tests for svg-affine and svg-length.