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
add placeholder for expert contributors
Add default mirroring line to lpe-symmetry because the on-canvas clicks seem more difficult to discover
New LPE: Text label
Move coordinate transform workaround to a more logical place
New 'internal' TextParam which doesn't display a widget (useful if the text should not be settable by the user); lpe-ruler uses it now
Make text widget for TextParams work and re-enable it
fix invisible selection in the list; remove stripes; fix undo comment
Khmer translation updated
Disable text entry widget for TextParam until it works correctly
Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-bpath.(h|cpp) to avoid a strange linker error :(
Remove superfluous #include
Make lpe-ruler use the new text widget to display the ruler length on-canvas; slight modifications to ruler design
New parameter TextParam for LPEs
New registered widget (text entry box).
Martin sends another update :)
Remove debugging messages