summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* make tolerance range exponentialbulia byak2008-07-151-3/+3
| | | (bzr r6315)
* Fixed layers dialog to correctly fetch icons from new location/code.Jon A. Cruz2008-07-151-16/+15
| | | (bzr r6314)
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵Johan B. C. Engelen2008-07-151-2/+2
| | | | | rendering code) (bzr r6312)
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵Johan B. C. Engelen2008-07-152-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. Engelen2008-07-141-2/+2
| | | | | SPCurve a = 1;) (bzr r6310)
* fix conversion from pathvector to livarot path. (a.o. caused crash of ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | nodetool when editing second subpath when first subpath was closed.) (bzr r6309)
* complete 2geomifying subpath adding in nodepathJohan B. C. Engelen2008-07-141-65/+15
| | | (bzr r6308)
* improve get_nodetype angle checking, thanks nathan!Johan B. C. Engelen2008-07-141-10/+8
| | | (bzr r6307)
* add comment and implementation of get_nodetype where both curves are ↵Johan B. C. Engelen2008-07-141-2/+14
| | | | | zero_length or only one of them. (bzr r6306)
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
| | | (bzr r6305)
* fix check for empty path for draw-contextJohan B. C. Engelen2008-07-141-1/+1
| | | (bzr r6304)
* fix 248419bulia byak2008-07-141-1/+1
| | | (bzr r6303)
* convert object to path: replace check for empty path with 2geomified method ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | of spcurve (bzr r6302)
* dyna-draw-context and eraser-context: replace check for empty path with ↵Johan B. C. Engelen2008-07-142-2/+2
| | | | | 2geomified method of spcurve (bzr r6301)
* draw-context: replace check for empty path with 2geomified method of spcurveJohan B. C. Engelen2008-07-141-1/+1
| | | (bzr r6300)
* 2geomify ODF outputJohan B. C. Engelen2008-07-141-60/+49
| | | (bzr r6299)
* 2geomify lpeSpiroJohan B. C. Engelen2008-07-141-91/+97
| | | (bzr r6298)
* use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen2008-07-141-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. Engelen2008-07-141-30/+32
| | | (bzr r6296)
* add geom-nodetype. helper function to determine the nodetype between two curvesJohan B. C. Engelen2008-07-143-0/+130
| | | (bzr r6295)
* Preview emf on windowsUlf Erikson2008-07-142-1/+195
| | | (bzr r6294)
* Minor fixes for emf input/output on windowsUlf Erikson2008-07-142-139/+361
| | | (bzr r6293)
* Enable knotholder handles for LPEAngleBisector now that they can be used ↵Maximilian Albert2008-07-141-3/+2
| | | | | simultaneously with nodepath (bzr r6292)
* Enable simultaneous knotholder and nodepathMaximilian Albert2008-07-147-102/+185
| | | (bzr r6291)
* Some improvements to my title/desc stuff of revision 18759 (see bug 171024).Stephen Silver2008-07-143-39/+62
| | | (bzr r6290)
* small code cleanup using newly discovered 2geom method :)Johan B. C. Engelen2008-07-131-3/+3
| | | (bzr r6289)
* if the closing line segment has zero length, don't include it in the nodepath!Johan B. C. Engelen2008-07-131-3/+8
| | | (bzr r6288)
* fix warningbulia byak2008-07-131-1/+2
| | | (bzr r6287)
* fix reading and setting presetsbulia byak2008-07-131-22/+41
| | | (bzr r6286)
* convert calligraphic presets to 0..100 ranges, remove widthbulia byak2008-07-131-5/+5
| | | (bzr r6285)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-134-93/+94
| | | (bzr r6284)
* 2geomify generation of nodetool's nodepath. have done testing, but needs ↵Johan B. C. Engelen2008-07-131-5/+72
| | | | | more testing i feel. therefore, i have not yet deleted the old function (bzr r6283)
* warning cleanupFelipe Corr??a da Silva Sanches2008-07-123-32/+32
| | | (bzr r6282)
* fix proper type for type array when initializing nodepathJohan B. C. Engelen2008-07-121-11/+11
| | | (bzr r6281)
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-125-172/+0
| | | (bzr r6280)
* 2geomify latex-pstricksJohan B. C. Engelen2008-07-122-59/+53
| | | (bzr r6279)
* convert ps output to 2geomJohan B. C. Engelen2008-07-122-38/+50
| | | (bzr r6278)
* remove no longer needed inclusionsJohan B. C. Engelen2008-07-122-4/+0
| | | (bzr r6277)
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-124-49/+13
| | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276)
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-122-5/+49
| | | (bzr r6275)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-1216-58/+72
| | | (bzr r6274)
* enable writing "H/h" and "V/v" to SVG !Johan B. C. Engelen2008-07-123-7/+30
| | | (bzr r6273)
* Don't crash on path parse error. Truncate the path data up to where it is valid.Johan B. C. Engelen2008-07-121-6/+15
| | | | | For now shows unsafe debug message about where the path was truncated. (bzr r6272)
* increase font size on kerning_preview and text_preview drawing areasFelipe Corr??a da Silva Sanches2008-07-122-3/+13
| | | (bzr r6271)
* properly update kerning value in the spinbox and fix some crashesFelipe Corr??a da Silva Sanches2008-07-121-10/+19
| | | (bzr r6270)
* now one can visually adjust glyph kerning. (still doesn save that info in ↵Felipe Corr??a da Silva Sanches2008-07-122-2/+29
| | | | | the file, though) (bzr r6269)
* kerning pairs already can be selected but kerning value still cant be setFelipe Corr??a da Silva Sanches2008-07-122-2/+14
| | | (bzr r6268)
* glyph-kerning setup user interface (not functional yet, just the gtk UI sketch)Felipe Corr??a da Silva Sanches2008-07-122-4/+49
| | | (bzr r6267)
* add adjustable opacitybulia byak2008-07-121-6/+9
| | | (bzr r6265)
* copyeditbulia byak2008-07-121-1/+1
| | | (bzr r6264)