summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-02Fix some problems pointed by su_vJabier Arraiza Cenoz2-9/+31
2015-02-02Experimental mesh smoothing code.Tavmjong Bah9-27/+910
2015-02-01adde parameter to select knot node positionJabier Arraiza Cenoz2-11/+112
2015-02-01patch by Mark Harmer to allow DirUtil test to pass in Windows. (Bug 1409208)Alvin Penner1-0/+8
2015-01-29for snapping to grids and guides, reduce numerical error for the case of unif...Alvin Penner3-2/+19
2015-01-28Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...Kence (casey.peel@gmail.com)2-12/+21
2015-01-27Create a empty LPEJabier Arraiza Cenoz6-0/+106
2015-01-25for viewbox scaling, revert revs 13581, 13582, 13859, and handle the case of ...Alvin Penner1-20/+22
2015-01-25Simplify 'File' menu structure (remove submenu 'New').(Bug #1414384)su_v2-6/+4
2015-01-25Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro...Kim Maxim (fixer21k)1-1/+1
2015-01-24Kaleidoscope checkJabier Arraiza Cenoz2-13/+59
2015-01-24reverting to non wroken branchJabier Arraiza Cenoz1-1/+6
2015-01-24added missing header from a mergeJabier Arraiza Cenoz1-3/+9
2015-01-24Added the remove for outer staff to kaleidoscopeJabier Arraiza Cenoz2-65/+71
2015-01-23improved precision in placing grids and guides. (Bug 1373311)Alvin Penner2-5/+22
2015-01-21Fix regression: pasted bitmaps should be embeded. (Bug #855440)Tavmjong Bah2-3/+6
2015-01-20Remove unnecesary headers from rotate curvesJabier Arraiza Cenoz1-7/+0
2015-01-20fixing knotsJabier Arraiza Cenoz2-76/+179
2015-01-20Fix wrong knots in rotate curves LPEJabier Arraiza Cenoz2-40/+110
2015-01-19Don't update viewbox if referenced element not <symbol> or <svg>Tavmjong Bah1-2/+7
2015-01-17Fix EPS export area (Bug #1411208)su_v1-5/+5
2015-01-17adding KaleidoscopeJabier Arraiza Cenoz2-97/+73
2015-01-16improve precision of i2doc for case where viewBox aspect ratio does not changeAlvin Penner1-1/+3
2015-01-16Test implementation of 'shape-padding'.Tavmjong Bah2-2/+16
2015-01-16Start to implement SVG 2 text in a shape.Tavmjong Bah1-5/+58
2015-01-15for symbol description, report 'id' if 'title' does not exist.Alvin Penner1-0/+2
2015-01-15allow stroke_width to be scaled even if stroke color is not defined. (Bug 136...Alvin Penner1-1/+1
2015-01-15during copy and paste, scale stock symbols from units of 'px' to 'document-un...Alvin Penner4-14/+25
2015-01-15Read properties for SVG 2 text in a shape.Tavmjong Bah4-0/+43
2015-01-14Fix warnings when tracing enabled.Tavmjong Bah1-12/+12
2015-01-13i18n. String handling improvement and memory leak fix.Nicolas Dufour1-5/+4
2015-01-12Fixing build error on Ubuntu (GThread error due to include ordering).Nicolas Dufour1-2/+3
2015-01-12Undo. Partial fix for Bug #171990 (pen tool commit for each node for more gra...Jeremiah Darais2-85/+107
2015-01-10Translations. Italian translation udpate.Firas Hanife1-1/+1
2015-01-07Preferences. Fix for Bug #1401993 (Keyboard shortcut editor throws together e...Nicolas Dufour1-0/+4
2015-01-06Rejection sampling to avoid indeterminate gradients in feTurbulence.Jasper van de Gronde1-2/+4
2015-01-06Add getDocumentScale() to return "real-world" to "user-unit" scale factor.Tavmjong Bah3-2/+25
2015-01-06UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2-6/+6
2015-01-05Translators list updateNicolas Dufour1-1/+3
2015-01-05Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirs...Tavmjong Bah10-34/+217
2015-01-05Comment out error message about style ref counting and add explanation.Tavmjong Bah1-2/+7
2015-01-05Avoid calling root->updateRepr() twice when changing width and height.Tavmjong Bah3-5/+35
2015-01-03Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp).Yuri Chornoivan1-8/+8
2015-01-03UI: some strings were not translatableKris De Gussem1-8/+8
2015-01-03UI: usage of colon in front of editboxKris De Gussem1-6/+6
2015-01-01simplify and optimice code for mobe bspline from pathsJabier Arraiza Cenoz1-8/+12
2015-01-01Allow reposition of BSpline using the pathJabier Arraiza Cenoz1-2/+12
2014-12-31Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ...mc1-3/+3
2014-12-28static code analysis: initialisationKris De Gussem1-3/+3
2014-12-28prevent possible usage of -1 array indexKris De Gussem1-12/+14