* converted nr-svgfont.cpp to C++ code so that we can render multiple instances of fonts. Currently we have one auxiliary GtkWindow for each <font> in a document.
* Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon.
* Added a second font to the svgfont.svg test file.
* Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon.
* Added a second font to the svgfont.svg test file.
implemented new classes for horizontal and vertical line segments; path.h has been splitted in several files: curve.h, sbasis-curve.h, bezier-curve.h, elliptical-arc.h, path.h; curves.h allows to include all curve types at once
Cmake: More Dependency work, added new files
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git master branch) will compile SVGFonts (experimental) support.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration.
Fix some compile warnings
Removed g_free() calls that now refer to static strings
this hack does not seem to be needed with modern gtk, and it prevents remembering of last-browsed directory from working
Fixed the open dialog so that it remembers which folder you were browsing in
Added an 'appearance' hint to .inx optiongroups to allow for dropdowns instead of radio buttons.
enable embedding of tiff images
po/POTFILES.in: Regenerate with the new generate_POTFILES.sh version.
generate_POTFILES.sh: Include files that use *gettext functions; exclude files that contain the string ‘_(’ when it's merely part of the string ‘a_(’ etc. (but allow N_, Q_, C_).
Search share/extensions/*.py now too, now that they use gettext.
More consistent sorting.
Search share/extensions/*.py now too, now that they use gettext.
More consistent sorting.
noop: share/extensions: svn:ignore *.pyc
share/extensions/*.py: Use gettext for (many) error messages.
share/extensions/inkex.py: (errormsg): New function.
share/extensions/inkex.py: (errormsg): New function.
16 years agoshare/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if __name__ == '__main__...
share/extensions/*.py: Wrap ‘e = MyEffect(); e.affect()’ in ‘if __name__ == '__main__':’, to allow use of pychecker.
oops, back out unintended change committed in r18709.
noop: share/extensions/dimension.py: expand tabs, add vim modeline
16 years agonoop: Add vim modeline for all share/extensions/*.py files that use four-space indent...
noop: Add vim modeline for all share/extensions/*.py files that use four-space indentation.
share/extension/*.py: noop: minor whitespace regularizations ahead of adding vim modelines
update to really latest 2geom
update to latest 2geom
Fixing z-order problem on flowed text -> text. See LP#233830
Improved emf handling
Fixed concat of i18n strings
Fixed broken i18n strings causing problems with <b> tag
Cmake: Find Dependencies rebuilt
- Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl
- Enable snapindicator by default because this might reveal snapping bugs, and to get co-developpers acquainted with it; might be disabled again by default before the next release if this proves to be annoying
- Enable snapindicator by default because this might reveal snapping bugs, and to get co-developpers acquainted with it; might be disabled again by default before the next release if this proves to be annoying
Changing configure.ac to build the Makefile for the Poly objects
Changing the executable bit that shouldn't be there.
attempt to fix makefile for Poly3DObjects - see bug 230478
Remove Makefile.am as an entry in the Makefile.am file - see LP # 230478
should make your favourite warning go away :)
Trying to get Poly3DObjects to build properly on Linux - See LP#230478
synchronization with 2geom library
Fix snapping for constrained translation in the selector tool
Improve snapping behaviour when creating new shapes
Set of (cxx)tests for svg-path.cpp and PathString. Not (yet) part of make check.
PathString now makes sure that relative coordinates are based on rounded absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates).
noop: some more cosmetics in lpe-skeleton.(h|cpp)
Refactoring begining
Const fix for test
Cmake: Fix issue with generated sp-marshall.h/.cpp not linking
second part of LPE skeleton correction from commit #18654 ;-)
Cmake: Moved sp-* into own library to reduce link cmdline and add new files to their cmakelists.txts
SPDrawAnchor should add a refcount to SPCurve!
Add checkbox for LPEs to temporarily disable them on canvas (but keep them applied to the object)
Applying several of Inductiveload's enhancements and fixes to his extensions. See LP #230478.
Add possibility to let the 'tangent' have a fixed angle relative to the curve
Add handles to adapt tangent length
Forgot to add two files in commit #18667. Sorry for breaking the build for a minute!
Make LPEPerpBisector use the new nearest_point() function from point to line
Nearest point from point to line (simplicistic convenience function)
noop: add emacs/vim footer to ui/dialog/livepatheffect-editor.cpp
16 years agoNew LPE: Tangent to curve (draws a tangent of fixed length which can be dragged along...
New LPE: Tangent to curve (draws a tangent of fixed length which can be dragged along the curve)
noop: cosmetics in lpe-skeleton.h
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepath in node context but in the long run it is desired to use both along with each other
fixed broken intltool-update command :)
Fixed minor error in the Function Plotter extension - see LP #230765
16 years agoAdd a function doOnApply() for LPEs which is executed once when the effect is applied...
Add a function doOnApply() for LPEs which is executed once when the effect is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes
noop: correct spelling in comment
Add function to return path effect type
New LPE: Perpendicular bisector
Fix regression in constrained translation
Eliminate some redundant snapping calls
Convenience access functions for first and last value of a Geom::Piecewise<>
noop: add 'end of #includes' indicator in effect.cpp to simplify scripting
16 years agoThe declaration of doEffect_path() in lpe-skeleton.h should match the one in live_eff...
The declaration of doEffect_path() in lpe-skeleton.h should match the one in live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff)
update to latest 2geom
add SVG Output preferences
Added preferences for controlling external image editing and reload.
Fixes bug #171824.
Fixes bug #171824.
Fixed warnings from deprecated function
Added external image edit launch and refresh on changed
New LPE : Envelope deformation
Fix LPE for groups bounding box calculation by using the SPItem->getBounds method.
Some preliminary work for LPE stacking.
Some preliminary work for LPE stacking.
Warning cleanup
Fixed initialization order
Fix a regression in the snapper, caused by me. Sorry!
* share/extensions/Makefile.am: Don't run make in the Poly3DObjects
directory -- it doesn't have a Makefile or need to build anything and
causes an error for people using separate build directories.
directory -- it doesn't have a Makefile or need to build anything and
causes an error for people using separate build directories.
* src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES.
Adding extension Effects->Render->3D Polyhedron by inductiveload - see LP #230478
back off on lifecycle stuff for now
Misleading server name.
add DumbPtr
introduce lifecycle stuff which will replace libgc
Increase substitution depth, remove unused vars warnings. Implement verbose, quiet, failOnError.
Solve a snapping regression, which caused snapping of new items to (0,0) when there was in fact nothing to snap to...
Allow nested substitutions. Such as s="${a}" and a="${b}" and b="hello"
Remove warnings
remove warnings
remove warnings
Fix for future testing.
Setting for testing got into the tree. oops.
Removed outdated default size setting
modified the svg file used for testing of SVGFonts
16 years agoreverting previous work on font-face attributes. These attributes are already treated...
reverting previous work on font-face attributes. These attributes are already treated in SPStyle
use smart pointer types correctly
minor changes for svg document
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured.
fix typo
Extensive update. Provide late binding, and aliases for pkg-config.