summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New LPE: Tangent to curve (draws a tangent of fixed length which can be ↵Maximilian Albert2008-05-193-1/+9
| | | | | dragged along the curve) (bzr r5703)
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
| | | (bzr r5702)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-196-33/+187
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* Add a function doOnApply() for LPEs which is executed once when the effect ↵Maximilian Albert2008-05-183-3/+15
| | | | | is applied to an item (contrary to doBeforeEffect() which is executed, e.g., each time a parameter changes (bzr r5698)
* noop: correct spelling in commentMaximilian Albert2008-05-181-3/+3
| | | (bzr r5697)
* Add function to return path effect typeMaximilian Albert2008-05-182-0/+7
| | | (bzr r5696)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-185-1/+151
| | | (bzr r5695)
* Fix regression in constrained translationDiederik van Lierop2008-05-181-11/+13
| | | (bzr r5694)
* Eliminate some redundant snapping callsDiederik van Lierop2008-05-182-14/+6
| | | (bzr r5693)
* Convenience access functions for first and last value of a Geom::Piecewise<>Maximilian Albert2008-05-181-0/+6
| | | (bzr r5692)
* noop: add 'end of #includes' indicator in effect.cpp to simplify scriptingMaximilian Albert2008-05-181-0/+1
| | | (bzr r5691)
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵Maximilian Albert2008-05-181-1/+1
| | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690)
* update to latest 2geomJohan B. C. Engelen2008-05-187-3/+265
| | | (bzr r5689)
* add SVG Output preferencesJohan B. C. Engelen2008-05-182-1/+51
| | | (bzr r5688)
* Added preferences for controlling external image editing and reload.Jon A. Cruz2008-05-185-11/+61
| | | | | Fixes bug #171824. (bzr r5687)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-184-28/+34
| | | (bzr r5686)
* Added external image edit launch and refresh on changedJon A. Cruz2008-05-174-124/+251
| | | (bzr r5685)
* New LPE : Envelope deformationBastien Bouclet2008-05-176-2/+331
| | | (bzr r5684)
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-176-98/+39
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* Warning cleanupJon A. Cruz2008-05-172-5/+5
| | | (bzr r5682)
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
| | | (bzr r5681)
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-1614-52/+48
| | | (bzr r5680)
* * src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES.mjwybrow2008-05-161-0/+1
| | | (bzr r5678)
* back off on lifecycle stuff for nowMenTaLguY2008-05-152-159/+0
| | | (bzr r5676)
* Misleading server name.Bob Jamison2008-05-151-2/+2
| | | (bzr r5675)
* add DumbPtrMenTaLguY2008-05-151-0/+24
| | | (bzr r5674)
* introduce lifecycle stuff which will replace libgcMenTaLguY2008-05-152-0/+135
| | | (bzr r5673)
* Solve a snapping regression, which caused snapping of new items to (0,0) ↵Diederik van Lierop2008-05-131-0/+6
| | | | | when there was in fact nothing to snap to... (bzr r5671)
* Remove warningsBob Jamison2008-05-131-28/+28
| | | (bzr r5669)
* remove warningsBob Jamison2008-05-138-31/+36
| | | (bzr r5668)
* remove warningsBob Jamison2008-05-131-7/+7
| | | (bzr r5667)
* Fix for future testing.Bob Jamison2008-05-131-6/+10
| | | (bzr r5666)
* Setting for testing got into the tree. oops.Bob Jamison2008-05-131-6/+6
| | | (bzr r5665)
* Removed outdated default size settingJon A. Cruz2008-05-131-3/+0
| | | (bzr r5664)
* reverting previous work on font-face attributes. These attributes are ↵Felipe Corr??a da Silva Sanches2008-05-132-421/+0
| | | | | already treated in SPStyle (bzr r5662)
* use smart pointer types correctlyBob Jamison2008-05-121-2/+2
| | | (bzr r5661)
* minor changes for svg documentBob Jamison2008-05-128-56/+72
| | | (bzr r5660)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-1219-78/+164
| | | | | 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. (bzr r5659)
* * implemented handling of font-style, font-variant, font-weight, and Felipe Corr??a da Silva Sanches2008-05-124-24/+369
| | | | | | | font-stretch attributes on font-face tags * fixed typo on v-ideographic attribute on attributes.cpp * fixed typo on src/sp-font-face.h (bzr r5652)
* Fix incorrect preview problems on Win32 with native dialogues - see LP #229045Mike Pittman2008-05-111-2/+10
| | | (bzr r5651)
* update to latest 2geom. this adds gsl dependency, doesn't seem to make ↵Johan B. C. Engelen2008-05-1026-326/+2347
| | | | | inskape executable bigger (bzr r5649)
* Do not show/edit image URL for data URIs.Jon A. Cruz2008-05-101-1/+16
| | | | | Fixes Bug #227253. (bzr r5648)
* More type registration cleanupJon A. Cruz2008-05-104-59/+72
| | | (bzr r5646)
* Warning cleanupJon A. Cruz2008-05-101-2/+2
| | | (bzr r5645)
* attribute loading for font-face tagFelipe Corr??a da Silva Sanches2008-05-104-0/+690
| | | | | first draft. Still incomplete. (bzr r5644)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-0939-111/+114
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs ↵Mike Pittman2008-05-091-56/+55
| | | | | mentioned in that bug's description. (bzr r5641)
* copyeditbulia byak2008-05-091-1/+1
| | | (bzr r5640)
* fix enumsbulia byak2008-05-091-2/+2
| | | (bzr r5639)
* Remove LPESlant.Johan B. C. Engelen2008-05-095-103/+0
| | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638)