| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Don't crash on broken references when resolving ID clashes. | Stephen Silver | 2008-07-15 | 1 | -7/+13 | |
| | | | | (bzr r6324) | |||||
| * | lpe-skeleton.cpp: comment out handle code by default | Maximilian Albert | 2008-07-15 | 1 | -0/+2 | |
| | | | | (bzr r6323) | |||||
| * | New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵ | Maximilian Albert | 2008-07-15 | 7 | -10/+63 | |
| | | | | | | 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 (bzr r6322) | |||||
| * | Print distance info in console for LPERuler until new CanvasText item works | Maximilian Albert | 2008-07-15 | 1 | -0/+2 | |
| | | | | (bzr r6321) | |||||
| * | Cherry-pick of 2geom update (re. 1488); prevent crash during Path->Piecewise ↵ | Maximilian Albert | 2008-07-15 | 1 | -0/+7 | |
| | | | | | | conversion for zero length paths (bzr r6320) | |||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 5 | -1/+140 | |
| | | | | (bzr r6319) | |||||
| * | Support for copy/paste with Windows clipboard. (LP 217609) | Ulf Erikson | 2008-07-15 | 1 | -20/+159 | |
| | | | | (bzr r6318) | |||||
| * | Khmer translations updated | Khoem Sokhem | 2008-07-15 | 1 | -5/+6 | |
| | | | | (bzr r6317) | |||||
| * | Khmer translations updated | Khoem Sokhem | 2008-07-15 | 1 | -6/+6 | |
| | | | | (bzr r6316) | |||||
| * | make tolerance range exponential | bulia byak | 2008-07-15 | 1 | -3/+3 | |
| | | | | (bzr r6315) | |||||
| * | Fixed layers dialog to correctly fetch icons from new location/code. | Jon A. Cruz | 2008-07-15 | 1 | -16/+15 | |
| | | | | (bzr r6314) | |||||
| * | Khmer translations updated | Khoem Sokhem | 2008-07-15 | 1 | -513/+236 | |
| | | | | (bzr r6313) | |||||
| * | remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -2/+2 | |
| | | | | | | rendering code) (bzr r6312) | |||||
| * | don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵ | Johan B. C. Engelen | 2008-07-15 | 2 | -6/+6 | |
| | | | | | | feed_path_to_cairo didn't do) (bzr r6311) | |||||
| * | make SPCurve constructors explicit. (so e.g. it is impossible to write ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+2 | |
| | | | | | | SPCurve a = 1;) (bzr r6310) | |||||
| * | fix conversion from pathvector to livarot path. (a.o. caused crash of ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 | |
| | | | | | | nodetool when editing second subpath when first subpath was closed.) (bzr r6309) | |||||
| * | complete 2geomifying subpath adding in nodepath | Johan B. C. Engelen | 2008-07-14 | 1 | -65/+15 | |
| | | | | (bzr r6308) | |||||
| * | improve get_nodetype angle checking, thanks nathan! | Johan B. C. Engelen | 2008-07-14 | 1 | -10/+8 | |
| | | | | (bzr r6307) | |||||
| * | add comment and implementation of get_nodetype where both curves are ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+14 | |
| | | | | | | zero_length or only one of them. (bzr r6306) | |||||
| * | noop: add comment about multiple consecutive movetos | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+3 | |
| | | | | (bzr r6305) | |||||
| * | fix check for empty path for draw-context | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 | |
| | | | | (bzr r6304) | |||||
| * | fix 248419 | bulia byak | 2008-07-14 | 1 | -1/+1 | |
| | | | | (bzr r6303) | |||||
| * | convert object to path: replace check for empty path with 2geomified method ↵ | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 | |
| | | | | | | of spcurve (bzr r6302) | |||||
| * | dyna-draw-context and eraser-context: replace check for empty path with ↵ | Johan B. C. Engelen | 2008-07-14 | 2 | -2/+2 | |
| | | | | | | 2geomified method of spcurve (bzr r6301) | |||||
| * | draw-context: replace check for empty path with 2geomified method of spcurve | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+1 | |
| | | | | (bzr r6300) | |||||
| * | 2geomify ODF output | Johan B. C. Engelen | 2008-07-14 | 1 | -60/+49 | |
| | | | | (bzr r6299) | |||||
| * | 2geomify lpeSpiro | Johan B. C. Engelen | 2008-07-14 | 1 | -91/+97 | |
| | | | | (bzr r6298) | |||||
| * | use dynamic_cast in favor of typeid. because of derivative classes | Johan B. C. Engelen | 2008-07-14 | 1 | -2/+2 | |
| | | | | | | (in this case actually it is not necessary, because there can be no derivatives of Geom::LineSegment, since they are added explicitly in the same code. However, I think it is good to set good example.) (bzr r6297) | |||||
| * | 2geomify snappoint finding for SPShapes. | Johan B. C. Engelen | 2008-07-14 | 1 | -30/+32 | |
| | | | | (bzr r6296) | |||||
| * | add geom-nodetype. helper function to determine the nodetype between two curves | Johan B. C. Engelen | 2008-07-14 | 3 | -0/+130 | |
| | | | | (bzr r6295) | |||||
| * | Preview emf on windows | Ulf Erikson | 2008-07-14 | 2 | -1/+195 | |
| | | | | (bzr r6294) | |||||
| * | Minor fixes for emf input/output on windows | Ulf Erikson | 2008-07-14 | 2 | -139/+361 | |
| | | | | (bzr r6293) | |||||
| * | Enable knotholder handles for LPEAngleBisector now that they can be used ↵ | Maximilian Albert | 2008-07-14 | 1 | -3/+2 | |
| | | | | | | simultaneously with nodepath (bzr r6292) | |||||
| * | Enable simultaneous knotholder and nodepath | Maximilian Albert | 2008-07-14 | 7 | -102/+185 | |
| | | | | (bzr r6291) | |||||
| * | Some improvements to my title/desc stuff of revision 18759 (see bug 171024). | Stephen Silver | 2008-07-14 | 3 | -39/+62 | |
| | | | | (bzr r6290) | |||||
| * | small code cleanup using newly discovered 2geom method :) | Johan B. C. Engelen | 2008-07-13 | 1 | -3/+3 | |
| | | | | (bzr r6289) | |||||
| * | if the closing line segment has zero length, don't include it in the nodepath! | Johan B. C. Engelen | 2008-07-13 | 1 | -3/+8 | |
| | | | | (bzr r6288) | |||||
| * | fix warning | bulia byak | 2008-07-13 | 1 | -1/+2 | |
| | | | | (bzr r6287) | |||||
| * | fix reading and setting presets | bulia byak | 2008-07-13 | 1 | -22/+41 | |
| | | | | (bzr r6286) | |||||
| * | convert calligraphic presets to 0..100 ranges, remove width | bulia byak | 2008-07-13 | 1 | -5/+5 | |
| | | | | (bzr r6285) | |||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 4 | -93/+94 | |
| | | | | (bzr r6284) | |||||
| * | 2geomify generation of nodetool's nodepath. have done testing, but needs ↵ | Johan B. C. Engelen | 2008-07-13 | 1 | -5/+72 | |
| | | | | | | more testing i feel. therefore, i have not yet deleted the old function (bzr r6283) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-07-12 | 3 | -32/+32 | |
| | | | | (bzr r6282) | |||||
| * | fix proper type for type array when initializing nodepath | Johan B. C. Engelen | 2008-07-12 | 1 | -11/+11 | |
| | | | | (bzr r6281) | |||||
| * | remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath) | Johan B. C. Engelen | 2008-07-12 | 5 | -172/+0 | |
| | | | | (bzr r6280) | |||||
| * | 2geomify latex-pstricks | Johan B. C. Engelen | 2008-07-12 | 2 | -59/+53 | |
| | | | | (bzr r6279) | |||||
| * | convert ps output to 2geom | Johan B. C. Engelen | 2008-07-12 | 2 | -38/+50 | |
| | | | | (bzr r6278) | |||||
| * | remove no longer needed inclusions | Johan B. C. Engelen | 2008-07-12 | 2 | -4/+0 | |
| | | | | (bzr r6277) | |||||
| * | * remove code duplication from pdf-cairo extension | Johan B. C. Engelen | 2008-07-12 | 4 | -49/+13 | |
| | | | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276) | |||||
| * | add simplified feed_path_to_cairo functions | Johan B. C. Engelen | 2008-07-12 | 2 | -5/+49 | |
| | | | | (bzr r6275) | |||||
