Esc and Ctrl+Z in pencil tool should also cancel when we're drawing straight line (in which case pc->is_drawing will be false)
add flashing line from clone to original on Shift+D
add dashed path option
Khmer translation updated
optionally (default off) relink duplicated clones to the duplicated original
NR::Maybe => boost::optional
16 years agocodedread's patch for bug 254850 (fixes handling of description field in Object Prope...
codedread's patch for bug 254850 (fixes handling of description field in Object Properties dialog when switching between an object with a description and one without a description with the dialog open).
[INTL: eo] Updated Esperanto translation
fix 252547: skip explicitly hidden objects when calculating bbox of group
replace unnecessary exception catching with a check beforehand.
Use is_straight_curve() instead of three separate dynamic casts
more mockup on svgfonts dialog
added class AttrEntry
Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not
change attributes yet
Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not
change attributes yet
NR:: => Geom:: for much of src/ui and src/widgets
While drawing and constraining to specific angles (using CTRL): don't try a freeSnap() after we've already tried a constrainedSnap()
NR:: => Geom:: for util dir
Remove some obsolete code
Correct handle tips
EMF export patches submitted by SaGS
Bug 253601: EMF export - Text has opaque background
Bug 253611: EMF export - Bold, italic text attributes lost
Bug 253614: EMF export - Possible indeterminism with the text aligment
Bug 253601: EMF export - Text has opaque background
Bug 253611: EMF export - Bold, italic text attributes lost
Bug 253614: EMF export - Possible indeterminism with the text aligment
Make unit tests build on Linux again
Reorder libs, to fix a link-time error.
Khmer translations updated
Refactoring the object-snapper to use 2geom paths
update 2geom: fixes long standing bug where closed paths are not converted correctly back from pwd2; causing lpe-bend to fail for example on a simple rectangle.
fix error in appending paths to existing paths. fixes bug #253639
update 2geom
convert path to linears and cubics only before creating outline. (workaround for a bug in livarot)
fix arc conversion to livarot
Minor cleanup work on macros
Fixed const-correctness
Fixed const-correctness and member access
Warning cleanup
Fixed broken empty string check
Replaced deprecated GtkType creation with GType
remove many needless references to n-art-bpath.h
hopefully fixed last error in nodepath...
simplify lpe spiro code by using new "is_straight_curve" method
add is_straight_curve in geom-curves.h helper file
simplify pathv_to_linear_and_cubic_beziers a bit
remove code duplicate
clean up and revert recent change to nodepath that broke things
fix error in nodepath
remove old nartbpath to cairo method
convert path to only linear and cubic segments when nodeediting. prevents crashing for example for paths with arcs in them
use nodetype helper function to determine nodetype within lpe-spiro
fix nodetype determination. fixes lpe spiro bug
lpe spiro: if path is closed it does not matter to what initial pointtype is initialized.
whitespace
when holding ctrl, pattern scaling has a fixed 1:1 ratio of original pattern size
initial impl of gradients and opacities
Enable exception handling for CxxTest in Makefiles
SPCurve unit tests
Fixed version of stat cache for buildtool.cpp (now invalidates cache entries for files that are changed during the build process).
comments
Todo is done.
finally got transforms right. flip Y and translate
fix 253915: do not use style attr, only SPStyle
SPItem::getBounds now always returns a Geom::Rect boundingbox.
update to latest 2geom
remove more NR:: from live_effects code
make redundant. use correct fields of cubic bezier point array
2geomify a lot of NR::Points to Geom::Point
replace matrix division code.
change knot.h to Geom::Point only instead of NR::Point.
simplify code
Helperpath for lpe-rotate-copies
Improved UI for lpe-rotate-copies
Make PointParam handles snap, too
Make LPE knotholder handles snap
Formerly static function used for snapping is now a private member of KnotHolderEntity
un-remove applying item transform to each point
remove strange factor for showing the pattern unit cell (quarter of real cell).
patterns: make it possible to have different scaling in X and Y directions. snap scaling point.
revert r19450. fixes buildtool.
enable snapping of pattern's origin
Fix #ifdef type. Closes LP #253859
Added to tests for SVG units, and fixed warning of missing case
adding tabs to SVGFonts dialog
Add item transforms
Warning cleanup
fix error in creating nodepath from pathvector
Khmer translations updated
remove old reminder file (of my GSoC last year)
16 years agoslight tweak to r19493 to ensure that there's no possibility that we might accidental...
slight tweak to r19493 to ensure that there's no possibility that we might accidentally alter an SPString outside of the flowtext
Make lpe-path_length use TextParamInternal
Add unit selector for lpe-path-length, too
Remove UI stuff from internal text parameter
New unit parameter for LPEs which lpe-ruler now uses
Icon for polylines mode
New 'zigzag' (polylines) mode in pen tool
Fix wrong toggle activation in pen/pencil toolbar after startup
fix crash when deleting whitespace in start of flowtext
Get to compile in javafx
noop: better names
comments
*sigh* and yet another LPE :-)
keeping up to Maximilian's work :)
New LPE: path length
whitespace
New function to set text position and anchor relative to a given path