16 years agoin shapeeditor to determine whether tool is above the path, use 2geom methods instead...
in shapeeditor to determine whether tool is above the path, use 2geom methods instead of livarot.
in node tool to select a segment of a path, use 2geom methods instead of livarot.
16 years agowhen doubleclicking a nodepath to create new knot, use 2geom methods instead of livarot.
when doubleclicking a nodepath to create new knot, use 2geom methods instead of livarot.
update to 2geom rev. 1507
copyedit
Snap to page corners too (you won't notice the difference yet because it will snap to the page's sides instead as these are always closer)
fix 246944
make clonetiler obey the bbox prefs
updates, optimizations and fixes
marked "Mode:" for translation
thanks for the hint, bulia ;-)
thanks for the hint, bulia ;-)
Fixed regression: changing blend mode in layers dialog didn't work
make presets list autoscroll to match the values set
update calligraphic statusbar message
fix crash when writing style with empty font-family
fix nodetype determination. more stable now. (lost symmetry detection, nobody is using it yet). fixes lpe-spiro.
2geom path to livarot path conversion: don't add closing line segment when it is degenerate.
added forgotten ":" :-)
Khmer translations updated
Khmer translations updated
rename, rearrange stroke shapes; add elliptic
include <string.h>. also remove const conversion warning
cleanup and comment
Separate shape settings for pen and pencil tool
Separate spiro modes for pen and pencil tool
Remove obsolete auxiliary action
16 years agoNew CanvasText item; TODO: works quite well but updating may be incorrect since updat...
New CanvasText item; TODO: works quite well but updating may be incorrect since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now)
Scale parameter for lpe-ruler
Fix LP #250175 (broken undo in node tool)
initial handling of <script> tag
Some people develope SVG files that contain javascript. We should not
erase their script nodes!
Also, we could develop a scripting IDE in inkscape. Look at
http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE
Some people develope SVG files that contain javascript. We should not
erase their script nodes!
Also, we could develop a scripting IDE in inkscape. Look at
http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE
slightly changed svgfonts example
fix compile
Khmer translations updated
Disable snapping when holding the shift-key while dragging node-handles
Implement snapping of clipping paths and masks
cleanup includes
fix includes a bit for imagetoggler
Fix for a very stupid bug (by myself) in cubic_bbox...
fix saving presets, move it to the menu; allow overwriting a preset; fix redundant rereading of text style when changing selection
rearrange calligraphic presets
prevent warning when model is cleared before being refilled
make visibility icon in LPE stack dialog clickable
add visibility icon to LPE stack dialog. not clickable yet
extract ImageToggler from layers dialog
noop: rename function name and whitespace
remove redundant code from lpe dialog
whitespace, and add virtual destructor to ModelColumns of LPE stack dialog
purge LivePathEffect::PathType
optimize nodepath editing of lpe pathparam's a bit.
add comments about setting new LPE PathParam path data. refactor things a bit for easier comprehension and optimization possibility from within nodepath
omit stitch segments from serialized paths
fix stupid crash, make get_item const
* [INTL: sk] (trunk) Updated Slovak translation
Warning cleanup
Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on
Linux.
Linux.
noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for using three one-line-each #ifdef/#else blocks instead of one big one covering the whole function.
configure.ac: Add test for POPPLER_NEW_GFXFONT.
Small change to cubic_bbox to skip A LOT of unnecessary computation when the control points fall within the existing bounding box (checked separately for the x and y ranges).
Consistently use (create/destroy)Suite in unit tests.
16 years agoExclude the right(!) files when building the library (forgot to remove the obj/ prefi...
Exclude the right(!) files when building the library (forgot to remove the obj/ prefix for the test files...)
another place to make mouse cursor switching immediate
remove usereference vestiges, change the signature of user_unlink (not used yet)
16 years agofix crash when simplifying an lpe path: deleting the list didn't release the referenc...
fix crash when simplifying an lpe path: deleting the list didn't release the references, and it didn't work in _finalize anyway
a better way to make cursor change immediate; of course this trick is not documented by gdk, I just found it serendipitously when googling for some other code
rearrange to fix the first keypress event being lost with options.savewindowgeometry == 2
Fix for PathString to prevent it from getting into a very, very long copying run and make it use minimumexponent. Plus some extra tests.
make the resolution for create bitmap copy settable in ui
patch for bug 249665
Removed the unused allowshorthands preference.
Add python for cxxtests
added SVF Fonts dialog to the list of translatables
marked its messages for translation
marked its messages for translation
eventually updating ru.po, every once in a while :)
removing lots of g_warnings
* added another spinbox to the svgfonts ui
* this one will set the horiz_adv_x parameter of fonts (i.e. the "set width")
* but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered
* this one will set the horiz_adv_x parameter of fonts (i.e. the "set width")
* but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered
add pgup/pgdn in text
add pgup/pgdn in text, fix auto scrolling
add parameter for going n lines up/down
add utility function for average linespacing
fix artefacts left by text cursor and disappearing cursor on empty canvas
Khmer translation updated
fix initialization order of FilterEffectDialog fields, per bug #249514
convert all SPCurve's points and matrices arguments and return types to 2Geom
NR::Point : add cast operator to Geom::Point
added boolean ops LPE to the list of translatables
16 years agoPatch from codedread: add mnemonics for Title and Description fields in Object Proper...
Patch from codedread: add mnemonics for Title and Description fields in Object Properties dialog (fixes bug 246459).
The new CxxTest unit tests now also work on Linux! (Note that test-all
has become test-src and no longer includes ALL tests, just the tests in
src/.)
has become test-src and no longer includes ALL tests, just the tests in
src/.)
add lpe-Boolops
fix combo enum, to handle enums of all types (not only the ones that range from 0..10)
update to latest 2geom (rev1497)
improving SVG Fonts UI
remove all old nartbpath code from SPCurve!!! (in other words, lib2geomification of SPCurve complete)
warning cleanup
remove debug messages from last commits
fix lpe-spiro for smooth closing points
try to make more robust geom-nodetype. still it can give wrong types. (best tested with lpe-spiro after next svncommit, change the smoothness/cusp at the closing endpoint)
added Ruler LPE to the list of translatables
Don't crash on broken references when resolving ID clashes.
lpe-skeleton.cpp: comment out handle code by default
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape
Print distance info in console for LPERuler until new CanvasText item works
16 years agoCherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise conversi...
Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise conversion for zero length paths